{% extends 'base.html.twig' %} {% block title %}Liste des représentations{% endblock %} {% block titre_page %}Liste des représentations{% endblock %} {% block resume_page %}Représentations passées et futures{% endblock %} {% block description_page %} {% endblock %} {% macro popover(firstname, lastname, img) %}
Spectacle | Date | Salle | Présences | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if representation.spectacle.image %}
|
{{ representation.spectacle.name }}
{{ representation.spectacle.description }} |
{{ representation.date|date('d M Y') }} à {{ representation.heure|date('H:i') }}
{% if representation.heureRdv %}
Rendez-vous à {{ representation.heureRdv|date('H:i') }} {% endif %} |
{% if representation.salle %}
{{ representation.salle.name }}
{{ representation.salle.address }} {% else %} Non défini {% endif %} |
{% if representation.presences|presence('PRESENT')|length > 0 %}
|
Spectacle | Date | Salle | Infos | Action | |
---|---|---|---|---|---|
{% if representation.spectacle.image %}
|
{{ representation.spectacle.name }}
{{ representation.spectacle.description }} |
{{ representation.date|date('d M Y') }} à {{ representation.heure|date('H:i') }} |
{% if representation.salle %}
{{ representation.salle.name }}
{{ representation.salle.address }} {% else %} Non défini {% endif %} |
{% if representation.avis|moyenneNote is null %} Pas de note {% else %} Note : {{ representation.avis|moyenneNote|number_format(1,',',' ') }} {% endif %} |