{% if app.session.get('_application') == 0 %} {% set extendedTemplate = '@AdminLTE/layout/mesodd-layout.html.twig' %} {% endif %} {% if app.session.get('_application') == 1 %} {% set extendedTemplate = '@AdminLTE/layout/suiodd-layout.html.twig' %} {% endif %} {% if app.session.get('_application') == 2 %} {% set extendedTemplate = '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% endif %} {% extends extendedTemplate %} {% block page_title %}Gestion des désagrégations{% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }} {{ form_widget(form) }}
{% if desagregation and desagregation.modalites | length > 0 %} {% for modalite in desagregation.modalites %}
{% endfor %} {% else %}
{% endif %}
{% trans %}basics.cancel{% endtrans %}
{{ form_end(form) }} {% endblock %} {% endembed %} {% endblock %} {% block javascripts %} {% endblock %}