{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}Chargement des indicateurs{% endtrans %}{% endblock %} {% block page_content %}
{{ form_start(form) }}
{{ model.indicator.target.goal }}
{{ model.indicator.target }}
{{ model.indicator }}{% if model.indicator.unity %} ({{ model.indicator.unity }}){% endif %}
{{ form_widget(form.minValue) }}
{{ form_widget(form.maxValue) }}
{{ form_widget(form.refValue) }}
{{ form_widget(form.refYear) }}
{{ form_widget(form.unity) }}
{% for i in 4..0 %} {% endfor %}
{{ form_widget(form.value4) }}
{{ form_widget(form.value3) }}
{{ form_widget(form.value2) }}
{{ form_widget(form.value1) }}
{{ form_widget(form.recValue) }}
{{ form_row(form.observation) }}
{{ form_end(form) }}
{% endblock %}