{% 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" %}
{% if featured_events %} {% endif %}

{% if current_period == 'past' %}Evenements passes{% else %}Evenements a venir{% endif %}

{% if events %} {% else %}

Aucun evenement

{% if current_period == 'past' %} Aucun evenement passe pour le moment. {% else %} Aucun evenement a venir pour le moment. {% endif %}

{% endif %}
{% endblock %}