{% extends 'frontend/layout.html.twig' %} {% block css %} {% endblock %} {% block content %} {% set goal = indicateur.target.goal %}

Indicateurs



{% if id==0 %} Sélectionner un indicateur pour voir sa situation au Bénin. Pour sa situation dans une commune, choisir d'abord un département. {% else %} {{indicateur.code}}. {{indicateur.name}} {% endif %}
{% for departement in departements %} {% set flag=settingsManager.getIndicateurStatutColor(year, indicateur, 2, departement.id) %} {{departement.name}} {% endfor %}
Non applicable
{% for s in status %}
{{ s.name }}
{% endfor %}
{% endblock %} {% block js %} {% endblock %}