{% extends 'admin/base.html.twig' %} {% block title %}{{ 'app.admin.sections.title'|trans }}{% endblock %} {% block body %} {{ include('admin/partials/page_title.html.twig', { 'icon': "", 'title': 'app.admin.sections.title'|trans, 'links': [ { 'url': path('admin.ingredient.index'), 'label': 'app.admin.ingredients.title'|trans ~ "", 'class': 'btn_page_title_overflow btn-primary btn' } ] }) }}
{# {#
{{ include('admin/section/_form.html.twig') }}
#] {# total items count #}
{{ 'app.admin.lists.count'|trans({'%entity%': 1}) }} : {{ sections|length }}
{% if sections is not empty %} {% for section in sections %} {% endfor %} {% else %} {% endif %}
Title Slug Count Actions
{{ section.section.title }} {{ section.section.slug }} {{ section.total }} {{ include('admin/section/_delete_form.html.twig') }}
{{ 'app.err.norecordfound'|trans }}
{% endblock %} {% block outside_body %} {% endblock %}