{% extends 'frontend/layout.html.twig' %} {% block content %}

{{agenda=='2030' ? 'Cible' : 'Objectifs' }} {{ target.code }} : {{target.name}}

{{target.description}}


Les {{agenda=='2030' ? 'indicateurs' : 'domaines' }} de {{agenda=='2030' ? 'la cible ' : "l'objectif " }} {{target.code}}

{% if agenda=='2030' %}
Non applicable
{% for s in status %}
{{ s.name }}
{% endfor %}
{% for departement in departements %} {% set flag=settingsManager.getTargetStatutColor(year, target, 2, departement.id) %} {{departement.name}} {% endfor %}
{% endif %}
{% if agenda=='2030' %}
{% endif %} {% endblock %} {% block js %} {% endblock %}