{{ spectacle.name }}
{{ spectacle.description }}
-
Prochaines dates
{% for representation in spectacle.representations %} {{ representation.date|date('d') ~ ' ' ~ representation.date|date('F')|trans ~ ' ' ~ representation.date|date('Y') }} à {{ representation.heure|date('H:i') }} ({{ representation.salle.name }})
{% if representation.reservationButton %} {{ representation.reservationButton | raw }}
{% endif %} {% endfor %}