{% include 'partials/header.html.twig' %}

{{event.nom}} le {{event.date | date_fr}} à {{event.heure | date('H:i')}}

{{event.nom}}
{% if event.canceled %} Annulé {% endif %}
Date : {{event.date | date_fr}}
Heure : {{event.heure | date('H:i')}}
{% if event.dateFin is not null %}
Jusqu'au
Date : {{event.dateFin | date_fr}}
Heure : {{event.heureFin | date('H:i')}}
{% endif %}
Lieu
{{event.lieu}}
{{event.adresse}}
{{event.codepostal}} {{event.ville}}
{% if event.autorise %}
Participants : Inscriptions autorisées
Nombre de participants : {{event.nombrePlace}}
Participants / inscription : {{event.nbMaxParticipant}}
Nombres d'inscrits : {{event.nbInscrits}} / {{event.nombrePlace}}
{% if event.dateLimite is not null %}
Date limite d'inscription : {{event.dateLimite | date_fr}}
{% endif %}
{% endif %}
Participations
Mécène / Partenaire Nom Participants Date
Mécène / Partenaire Nom Participants Date
{% include 'partials/modal/ajax_modal.html.twig' %} {% include '@Evenement/participation/modal/select_mode.html.twig' %} {% include 'partials/modal/delete_modal.html.twig' %} {% include 'partials/footer.html.twig' %}