{% extends base_template %} {% trans_default_domain 'admin' %} {% block navbar_title %} {{ 'categories.list.title'|trans }} {% endblock %} {%- block actions -%}
  • {{ 'categories.list.addCategories'|trans }}
  • {{ 'categories.list.addCategory'|trans }}
  • {%- endblock -%} {% block show %} {{ config.iconImport|raw }}

    {{ 'categories.list.addCategories'|trans }} {{ 'categories.list.addCategory'|trans }}

    {% if categories|length %} {% for category in categories %} {% if category %} {% endif %} {% endfor %} {% else %} {{ 'categories.list.empty'|trans }} {% endif %}

    {{ 'categories.list.help'|trans }}

    {{ 'categories.list.help_description'|trans|raw }}
    {% endblock %}