{% extends 'base.html.twig' %} {% block title %} Menu - {{ parent() }} {% endblock %} {% block pageTitle %}Menus{% endblock %} {% block body %} {% include 'form/toolbar.html.twig' with {'path_index' : 'admin_menu_index', 'path_new' : 'admin_menu_new'} %} {% for flash_message in app.session.flashbag.get('notice') %}
{{ flash_message }}
{% endfor %}
{% include 'admin_menu/_list.html.twig' with { menus: menus } %}
Id Nom Bloc Home Picto Background Pub Rang Mod Sup
{% endblock %}