{% extends "porto-corporate-layout.html.twig" %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('selection-produit-style') }} {{ encore_entry_link_tags('selections-produits-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 %}
{{'Nouvelle sélection'|trans}}

{% if app.session.has('liste-selections-mode') and app.session.get('liste-selections-mode') == constant('App\\Controller\\SelectionProduitController::SELECTION_PRODUITS_LIST_MODE_MES_SELECTIONS') %} {{'Mes sélections produits'|trans}} {% else %} {{'Toutes les sélections produits'|trans}} {% endif %}

{% if is_granted('ROLE_ATTITUDEPATRIMOINE_ADMIN') %} {% endif %}
{% 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 'shared/api-infos.html.twig' %} {% endblock %} {% block javascript %} {{ parent() }} {{ encore_entry_script_tags('selection-produit-script') }} {{ encore_entry_script_tags('selections-produits-liste-script') }} {{ encore_entry_script_tags('maj-donnee-script') }} {% endblock %}