{% 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 %}
| Activité | Nature | Cible | {{(app.session.get('_commune') or app.session.get('_departement')) ? '# Arr.' : '# Com.'}} | Sensibilité | Appréciation | {% if (is_granted('ROLE_MANAGER')) %}{% endif %} {% for notation in notations %} |
|---|---|---|---|---|---|---|
| {{ 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 }} | {% if (is_granted('ROLE_MANAGER')) %}
{% trans %}basics.update{% endtrans %}
{% if notation.duplicated %} {% trans %}basics.delete{% endtrans %} |
{% endif %}