{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %}{% trans %}action.title{% endtrans %}{% endblock %} {% block page_content %} {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}
{% endif %} {% if is_granted('ROLE_MANAGER') %}| {% trans %}basics.code{% endtrans %} | {% trans %}basics.name{% endtrans %} | {% trans %}basics.programm{% endtrans %} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} {% for action in actions %} |
|---|---|---|---|
| {{ action.code }} | {{ action.name }} | {{ action.programm.name }} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} |