{% 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' } ] }) }}
| Title | Slug | Count | Actions | ||
|---|---|---|---|---|---|
| {{ section.section.title }} | {{ section.section.slug }} | {{ section.total }} | {{ include('admin/section/_delete_form.html.twig') }} | ||
| {{ 'app.err.norecordfound'|trans }} | |||||