{% 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')) %}
{% trans %}activity.add{% endtrans %}
{% endif %} {% if is_granted('ROLE_MANAGER') %}
{{ form_start(form) }}
{{ form_widget(form.type) }}
{{ form_widget(form.entite) }}
{{ form_end(form) }}
{% endif %} {% if is_granted('ROLE_DDD') %}
{{ form_start(form) }}
{{ form_widget(form.entite) }}
{{ form_end(form) }}
{% endif %} {% if entite %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %} {% endif %} {% for activity in activities %} {% if (is_granted('ROLE_MANAGER') or is_granted('ROLE_DPP')) %} {% endif %} {% endfor %}
{% trans %}basics.code{% endtrans %} {% trans %}basics.name{% endtrans %} {% trans %}basics.action{% endtrans %} {% trans %}basics.programm{% endtrans %}
{{ activity.code }} {{ activity.name }} {{ activity.action.name }} {{ activity.action.programm.name }}
{% endblock %} {% endembed %} {% else %} {% endif %} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}