{% extends 'base.html.twig' %} {% block title %}{{parent()}}: Galerie des medias{% endblock %} {% block body %} {% include 'breadcrumb.html.twig' %}
{# pour garder similarité avce fonctionnement en popin #} {% include '@Courses/Media/gallery_inner.html.twig' %}
{% endblock %} {% block body_before_end %} {% include 'generic_popin.html.twig' with { 'contenu': '__CONTENU__', 'titre': '__TITRE__', 'show_validate_popin' : false, 'show_cancel_popin' : false, 'medium': true, 'suffixe_id': '_media' } only %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {# #si besoin debug, version en clair #} {% endblock javascripts %}