{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('contrats-liste-style') }} {{ encore_entry_link_tags('maj-donnee-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') %}
{{'Création nouveau contrat'|trans}}
{% endif %}
{% include "shared/filtres-top.html.twig" %}
{% 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('contrats-liste-script') }} {{ encore_entry_script_tags('maj-donnee-script') }} {{ encore_entry_script_tags('liste-filtres-top-script') }} {% endblock %}