{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% block page_title %}{% trans %}menu.title{% endtrans %}{% endblock %} {% block page_content %} {% if is_granted('ROLE_ADMIN') %}
{% trans %}menu.add{% endtrans %}
{% endif %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% if is_granted('ROLE_MANAGER') %} {% endif %} {% for menu in menus %} {% if is_granted('ROLE_MANAGER') %} {% endif %} {% endfor %} {% endblock %} {% endembed %} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}