{% 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 %}
{% trans %}basics.appreciation{% endtrans %}

{% if is_granted('ROLE_MANAGER') %} {{ form_row(form.type) }} {{ form_row(form.entite) }} {% endif %} {% if is_granted('ROLE_DDD') %} {{ form_row(form.entite) }} {% endif %} {{ form_row(form.programm) }} {{ form_row(form.action) }} {% endblock %} {% endembed %} {% if actionId >0 and form.notationModels|length > 0 %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% form_theme form.notationModels 'form/notation.html.twig' %} {{ form_errors(form) }} {% set index = 0 %} {% for notation in form.notationModels %} {{ form_row(notation, {'activity' : activities[index]}) }} {% set index = index + 1 %} {% endfor %}
Nature
ODD / Cible / Indicateur
Localisation
Mesure
{% endblock %} {% endembed %} {% else %} {% endif %} {{ form_end(form) }} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}