{% 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 %}
{% set presence = constant('App\\Constants\\ReponsePresence::PRESENT') %}
: {{ presence.label }}
{% set presence = constant('App\\Constants\\ReponsePresence::SUPPLEENT') %}
: {{ presence.label }}
{% set presence = constant('App\\Constants\\ReponsePresence::ABSENT') %}
: {{ presence.label }}
{% set presence = constant('App\\Constants\\ReponsePresence::NE_SAIT_PAS') %}
: {{ presence.label }} ainsi que les non répondus
{% endblock %}
{% block body %}
Spectacle | Date | Salle | Infos | Action | |
---|---|---|---|---|---|
{% if representation.spectacle.image %}
|
{% if representation.date|date('ymd')|number_format < "now"| date('ymd')|number_format %}
{{ representation.spectacle.name }}
{% else %}
{{ representation.spectacle.name }}
{% endif %}
{{ 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 %} |
{{ representation.presences|presence('PRESENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::PRESENT') %}
{{ representation.presences|presence('SUPPLEENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::SUPPLEENT') %}
{{ representation.presences|presence('ABSENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::ABSENT') %}
{{ representation.presences|presence('NE_SAIT_PAS')|length + representation.presences|presence(null)|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::NE_SAIT_PAS') %}
|
{% if representation.date|date('ymd')|number_format < "now"| date('ymd')|number_format %}
{% else %} {% endif %} |
Spectacle | Date | Salle | Infos | Action | |
---|---|---|---|---|---|
{% if representation.spectacle.image %}
|
{% if representation.date|date('ymd')|number_format < "now"| date('ymd')|number_format %}
{{ representation.spectacle.name }}
{% else %}
{{ representation.spectacle.name }}
{% endif %}
{{ 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 %} |
{{ representation.presences|presence('PRESENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::PRESENT') %}
{{ representation.presences|presence('SUPPLEENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::SUPPLEENT') %}
{{ representation.presences|presence('ABSENT')|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::ABSENT') %}
{{ representation.presences|presence('NE_SAIT_PAS')|length + representation.presences|presence(null)|length }}
{% set presence = constant('App\\Constants\\ReponsePresence::NE_SAIT_PAS') %}
|
{% if representation.date|date('ymd')|number_format < "now"| date('ymd')|number_format %}
{% else %} {% endif %} |