{{event.nom}}
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 %} {% if event.dateLimite|date('U') > "now"|date('U') %} {% if userIsInscrit %} Se désinscrire {% elseif meceneIsInscrit %} {% else %} S'inscrire {% endif %} {% endif %}