{% extends 'base.html.twig' %} {% block body %}
Télécharger {% if is_granted('ROLE_USER') %} Ajouter un dossier Ajouter un document {% endif %}
{% if app.flashes|length > 0 %}
{% include "./layouts/message_flash.html.twig" %}
{% endif %}
{% include "formation/docutheque/partials/index/dossiers.html.twig" %}
{% include "formation/docutheque/partials/index/documents.html.twig" %}
{% endblock %} {% block javascripts %} {% if is_granted('ROLE_USER') %} {{ encore_entry_script_tags('docutheque') }} {% endif %} {% endblock %} {% block modals %} {% if is_granted('ROLE_USER') %} {% include "formation/docutheque/modals/document.html.twig" %} {% include "formation/docutheque/modals/dossier.html.twig" %} {% endif %} {% endblock %}