{% extends 'base.html' %} {% load traduction_tags %} {% block title %}Evenements - {{ settings.site_name }}{% endblock %} {% block meta_description %}Decouvrez les evenements du programme EUROMA : conferences, workshops, webinaires et journees portes ouvertes.{% endblock %} {% block content %} {% include 'components/breadcrumb.html' with page_title="Evenements" page_subtitle="Conferences, workshops et plus" %} Type: Tous Conferences Workshops Webinaires Periode: A venir Passes {% if featured_events %} Evenements a la une {% for event in featured_events %} {{ event.get_event_type_display }} {{ event.title }} {{ event.short_description|default:event.description|truncatewords:20 }} {{ event.event_date|date:"d M Y" }} {% if event.location %} {{ event.location|truncatewords:3 }} {% endif %} {% endfor %} {% endif %} {% if current_period == 'past' %}Evenements passes{% else %}Evenements a venir{% endif %} {% if events %} {% for event in events %} {{ event.event_date|date:"d" }} {{ event.event_date|date:"M" }} {{ event.event_date|date:"Y" }} {{ event.get_event_type_display }} {% if event.is_online %} En ligne {% endif %} {{ event.title }} {{ event.short_description|default:event.description|truncatewords:30 }} {{ event.event_date|date:"H:i" }} {% if event.location %} {{ event.location }} {% endif %} {% if event.host_university %} {{ event.host_university.name }} {% endif %} {% endfor %} {% else %} Aucun evenement {% if current_period == 'past' %} Aucun evenement passe pour le moment. {% else %} Aucun evenement a venir pour le moment. {% endif %} {% endif %} {% endblock %}
{{ event.short_description|default:event.description|truncatewords:20 }}
{{ event.short_description|default:event.description|truncatewords:30 }}
{% if current_period == 'past' %} Aucun evenement passe pour le moment. {% else %} Aucun evenement a venir pour le moment. {% endif %}