{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %} {% if is_granted('ROLE_MANAGER') %} {% trans %}graph.entite.title{% endtrans %} {% elseif app.user.direction %} {% trans %}graph.ministry.title{% endtrans %} {% elseif app.user.commune %} {% trans %}graph.commune.title{% endtrans %} {% elseif is_granted('ROLE_DDD') %} {% trans %}graph.departement.title{% endtrans %} {% endif %} {% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }} {% endblock %} {% endembed %}