{% for t in targets %}
Cible {{ t.code }} : {{ t.name }}
{{ t.description }}
Situation de la cible au Bénin {{t.code}}
Les indicateurs de la cible {{t.code}}
-
{% set indicators = t.getIndicators() %}
{% for indicator in indicators %}
- {{ indicator.code }} - {{ indicator.name }} {% endfor %}