{% extends '@AdminLTE/layout/mesodd-layout.html.twig' %} {% block page_title %}{% trans %}activity.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.action{% endtrans %} | {% trans %}basics.programm{% endtrans %} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} {% for activity in activities %} |
|---|---|---|---|---|
| {{ activity.code }} | {{ activity.name }} | {{ activity.action.name }} | {{ activity.action.programm.name }} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} |