{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %}{% trans %}notation.title{% endtrans %}{% endblock %} {% block page_content %} {{ form_start(form) }} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}
|
Nature
ODD / Cible / Indicateur
Localisation
Mesure
|
{% set index = 0 %}
{% for notation in form.notationModels %}
{{ form_row(notation, {'activity' : activities[index]}) }}
{% set index = index + 1 %}
{% endfor %}
|---|