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

{{ goal.description }}

{% set file = 'html/goal_' ~ goal.code ~ '.html' %} {% include file %}
Non applicable
{% for s in status %}
{{ s.name }}
{% endfor %}
{% for departement in departements %} {% set flag=settingsManager.getGoalStatutColor(year, goal, 2, departement.id) %} {{departement.name}} {% endfor %}
{% for g in goals %} {% if g.code != goal.code %} {% endif %} {% endfor %}
{% endblock %} {% block js %} {% endblock %}