{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}upload.pta.title{% endtrans %}{% endblock %} {% block page_content %} {% if etat %}
{% if not is_granted('ROLE_MANAGER') %} {% endif %}
{% if is_granted('ROLE_MANAGER') %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(formFormat) }}
{{ form_widget(formFormat) }}
{{ form_end(formFormat) }} {% endblock %} {% endembed %} {% endif %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {{ form_start(form) }}
{{ form_widget(form) }}
{{ form_end(form) }} {% endblock %} {% endembed %} {% else %}
Vous ne pouvez pas charger les activités du PTA. Veuillez contacter la DGCS-ODD.
{% endif %} {% endblock %} {% block javascripts %} {% endblock %}