{% 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 %}| Cible prioritaire | Norme d'action | {% trans %}Nbre d'action{% endtrans %} | {% trans %}basics.code{% endtrans %} | {% for norme in normes %} |
|---|---|---|---|---|
| {{ norme.target.code }}. {{ norme.target.name }} | {{ norme.name }} | {{ norme.action | length }} | {{ norme.code }} |