{% if is_granted('ROLE_DDD') %} {% set extendedTemplate = '@AdminLTE/layout/ddd-layout.html.twig' %} {% else %} {% set extendedTemplate = '@AdminLTE/layout/communeodd-layout.html.twig' %} {% endif %} {% extends extendedTemplate %} {% block page_title %}Données - {{commune.name}}{% endblock %} {% block page_content %} {% if structure and structure.dpp2 %}
Télécharger les données brutes
{% endif %}
{% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% for indicator in indicators %} {% endfor %}
Cible
Indicateur
{{year}}
{{ indicator.target }}
{{ indicator }}
{% if structure and structure.dpp2 %}
{{ suivis[indicator.id] }} {{suivis[indicator.id] =="-" ? "" : indicator.unity}}
{% endif %}
{% endblock %} {% endembed %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_title %}

Avis sur les données de la commune

{% endblock %} {% block box_body %} {{ form_start(form) }} {{ form_row(form.avis) }} {{ form_row(form.observation) }}
{{ form_end(form) }} {% endblock %} {% endembed %}
{% endblock %} {% block stylesheets %} {% endblock %}