{% 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 %}{% trans %}dashboard.title{% endtrans %} - {{departement.name}}{% endblock %} {% block page_content %}
Indicateurs communaux
Communes
ont rempli tous les indicateurs
| Commune | Nombre | Renseignés | Reste | Etat | Avis | Observation | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ commune.name }} | {{indicateurscommunaux }} | {{ settingsManager.getRIndicateursByCommune(year, commune)}} | {{ settingsManager.getNoIndicateursByCommune(year, commune) | length}} | {% if structure and structure.dpp2 %}Validé | {% else %}Non Validé | {% endif %}{{ structure ? structure.avis : '' }} | {{ structure ? structure.observation : '' }} | Annoter {% if structure and structure.dpp2 %} Télécharger {% endif %} |