{{ event.get_event_type_display }}
{% if event.is_online %}
En ligne
{% endif %}
{% if event.is_upcoming %}
A venir
{% else %}
Termine
{% endif %}
{{ event.title }}
Date et heure
{{ event.event_date|date:"l d F Y" }} a {{ event.event_date|date:"H:i" }}
{% if event.end_date %}
jusqu'au {{ event.end_date|date:"d F Y" }} a {{ event.end_date|date:"H:i" }}
{% endif %}
{% if event.location or event.is_online %}
Lieu
{% if event.location %}{{ event.location }}{% endif %}
{% if event.is_online %}
{% if event.location %} {% endif %}
Egalement disponible en ligne
{% endif %}
{% endif %}
{% if event.registration_deadline and event.is_upcoming %}
Date limite d'inscription
{{ event.registration_deadline|date:"d F Y" }}
{% endif %}
{% if event.is_upcoming %}
{% if event.registration_url %}
S'inscrire
{% endif %}
{% if event.is_online and event.online_url %}
Rejoindre en ligne
{% endif %}
{% if event.contact_email %}
Contact
{% endif %}
{% endif %}
{% if event.image %}
{% endif %}
{% if event.short_description %}