{% extends "base.html.twig" %} {% block body %}
{% if stage.cover %} {{ stage.name }} {% else %}

Pas d'affiche disponible

{% endif %}

{{ stage.name }}

Créer un profil
{% for profil in profils %} {{ include('front/stage/_partial/profil_card.html.twig', { profil: profil, isBlacklisted: isBlacklisted, isStageOpenForAll: isStageOpenForAll }) }} {% endfor %}
{% endblock %}