Information ! Votre modification est bien prise en compte.
{% endif %}
{{ p.title }} Modification
{# SLIDESHOW #}
{% if seadmin.modules.prestation.slideshow is not defined or (seadmin.modules.prestation.slideshow is defined and seadmin.modules.prestation.slideshow) %}
{% include 'SEAdminBundle:slideshow:slideshow-prerender.html.twig' with { 'slideshow': p.slideshow, 'back': path('SEAdminBundle_prestation_show', { 'id': p.id }) } %}
{% endif %}
{# IMAGES #}
{% if seadmin.modules.prestation.images is not defined or (seadmin.modules.prestation.images is defined and seadmin.modules.prestation.images) %}
{% include 'SEAdminBundle:slideshow:images-prerender.html.twig' with { 'slideshow': p.slideshow, 'back': path('SEAdminBundle_prestation_show', { 'id': p.id }) } %}
{% endif %}
{# VIDEO #}
{% if seadmin.modules.prestation.video is not defined or (seadmin.modules.prestation.video is defined and seadmin.modules.prestation.video) %}
{% include 'SEAdminBundle:video:video-prerender.html.twig' with { 'video': p.video, 'back': path('SEAdminBundle_prestation_show', { 'id': p.id }) } %}
{% endif %}