{% if app.session.get('_application') == 2 %} {% set extendedTemplate = '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% else %} {% set extendedTemplate = '@AdminLTE/layout/communeodd-layout.html.twig' %} {% endif %} {% extends extendedTemplate %} {% block page_title %}{% trans %}norme.title{% endtrans %} - {{commune.name}}{% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }}
{{form_widget(form.target)}}
{% if actions | length >0 %} {% for action in actions %}

{% endfor %} {% else %}

{% endif %}
{% trans %}basics.cancel{% endtrans %}
{{ form_end(form) }} {% endblock %} {% endembed %} {% endblock %} {% block javascripts %} {% endblock %}