{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %}{% trans %}evaluation.title{% endtrans %}{% endblock %} {% block page_content %} {{ form_start(form) }} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}
{% trans %}basics.processus{% 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 %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% if (is_granted('ROLE_MANAGER')) %} {% endif %} {% for notation in notations %} {% if (is_granted('ROLE_MANAGER')) %} {% endif %} {% endfor %}
Activité Nature Cible {{(app.session.get('_commune') or app.session.get('_departement')) ? '# Arr.' : '# Com.'}} Sensibilité Appréciation
{{ notation.activity.code }} - {{ notation.activity.name }} {{ notation.nature.name }} {% if notation.target %} {{ notation.target.name }} {% endif %} {{ notation.nbOfLocation }} {{ notation.sensitivity|number_format(2) }} % {{ notation.appreciation.name }} {% trans %}basics.update{% endtrans %}

{% if notation.duplicated %} {% trans %}basics.delete{% endtrans %} {% else %} {% trans %}basics.duplicate{% endtrans %} {% endif %}
{% endblock %} {% endembed %} {% else %} {% endif %} {{ form_end(form) }} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}