{% 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'} %}
Formulaire de modification de menu {% include 'admin_menu/_form.html.twig' with {'action' : 'edit' } %}
{% endblock %}