{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}activityOSC.title{% endtrans %}{% endblock %} {% block page_content %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }} {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}
{% endif %} {% endblock %} {% endembed %} {% if activities %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}| {% trans %}basics.code{% endtrans %} | {% trans %}basics.name{% endtrans %} | {% trans %}basics.accelerator{% endtrans %} | {% trans %}basics.expectedCost{% endtrans %} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} {% for activity in activities %} |
|---|---|---|---|---|
| {{ activity.code }} | {{ activity.name }} | {{ activity.accelerator.name }} | {{ activity.expectedCost }} | {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %}{% endif %} |