{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('documents-liste-style') }} {{ encore_entry_link_tags('json-view-style') }} {% endblock %} {% block pageheader %} {{ parent() }} {% endblock %} {% block pageheaderclass %} page-header-with-thin-bottom-margin {% endblock %} {% block pagecontent %}
{% for flashMessage in app.session.flashbag.get('error') %}
{{ flashMessage|raw }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|raw }}
{% endfor %}
{% if is_granted('ROLE_ATTITUDEPATRIMOINE_INTERNE') %}
{{'Nouvelle demande de documents'|trans}}
{% endif %}

{{'Liste des documents'|trans}}

{% include "shared/dataTableSSP.html.twig" %} {# Par convention, inclure le fichier suivant même s'il n'existe pas #} {% include "TartempionBundle:Devis:devissDataTableExtent.html.twig" ignore missing %}
{% include 'shared/modal-infos.html.twig' %} {% include 'document/modal-maj-document.html.twig' %} {% include 'shared/api-infos.html.twig' %} {% endblock %} {% block javascript %} {{ parent() }} {{ encore_entry_script_tags('documents-liste-script') }} {{ encore_entry_script_tags('json-view-script') }} {{ encore_entry_script_tags('file-upload-script') }} {% endblock %}