{% extends 'base.html' %} {% load traduction_tags %} {% block title %}{{ event.title }} - {{ settings.site_name }}{% endblock %} {% block meta_description %}{{ event.short_description|default:event.description|truncatewords:25 }}{% endblock %} {% block content %} {% include 'components/breadcrumb.html' with page_title="Evenements" page_subtitle=event.title parent_url="actualite:events" parent_title="Evenements" %}
{{ 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.host_university %} {% 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 %}
{{ event.title }}
{% endif %} {% if event.short_description %}
{{ event.short_description }}
{% endif %}
{{ event.description|safe }}

Partager cet evenement

{% endblock %}