{% extends '@AdminLTE/layout/communeodd-layout.html.twig' %} {% block page_title %}{% trans %}suivi.indicateur.edit{% 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 %}
{% 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_row(form.source) }}
{{ form_end(form) }}
{% endblock %}