{% extends 'base.html' %} {% load traduction_tags %} {% block title %}{% trans_text 'Actualités' 'News' 'Aktuelles' %} - {{ settings.site_name }}{% endblock %} {% block content %} {% trans_text 'Actualités' 'News' 'Aktuelles' as tr_page_title %} {% trans_text 'Les dernières nouvelles du programme' 'The latest news from the program' 'Die neuesten Nachrichten aus dem Programm' as tr_page_subtitle %} {% include 'components/breadcrumb.html' with page_title=tr_page_title page_subtitle=tr_page_subtitle %}
{% if upcoming_events %} {% endif %}

Newsletter

{% trans_text 'Restez informé de nos actualités' 'Stay informed about our news' 'Bleiben Sie über unsere Neuigkeiten informiert' %}

{% csrf_token %}
{% endblock %}