{% extends '@AdminLTE/layout/communeodd-layout.html.twig' %} {% block page_title %}Valeurs des indicateurs {% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }}
{{ form_widget(form.goal) }}
{{ form_end(form) }} {% endblock %} {% endembed %} {% if indicators|length > 0 %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% for indicator in indicators %} {% endfor %}
Cible
Indicateur
{% for i in 4..0 %}
{{ year - i }}
{% endfor %}
Val. cible
{{ indicator.target }}
{{ indicator }}
{% for i in 4..0 %}
{{ suivis[indicator.id][year - i] }}
{% endfor %}
{{ indicator.maxValue }}

{{ suivis[indicator.id]['observation'] }}
{% endblock %} {% endembed %} {% endif %} {% endblock %}