{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}indice.title{% endtrans %}{% endblock %} {% block page_content %} {{ form_start(form) }} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_row(form.goal) }} {% endblock %} {% endembed %} {% if form.indiceModels|length > 0 %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% form_theme form.indiceModels 'form/indice.html.twig' %} {{ form_errors(form) }}
|
Cible
Indicateur
Valeur
Val cible
Unité
|
{% set index = 0 %}
{% for indice in form.indiceModels %}
{{ form_row(indice, {'indicator' : indicators[index]}) }}
{% set index = index + 1 %}
{% endfor %}
|---|