{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('imports-fichier-liste-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_ADMIN') %}
{{'Nouvel import'|trans}}
{% endif %}

{{'Liste des imports'|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' %} {% endblock %} {% block javascript %} {{ parent() }} {{ encore_entry_script_tags('imports-fichier-liste-script') }} {% endblock %}