{% spaceless %} {% load static %} Interludes{% if settings.date_start %} {{ settings.date_start.year }}{% endif %} {% block head %}{% endblock %}
ENS Ulm
{% if settings.date_start %} {% if settings.date_end %} {{ settings.date_start.day }}-{{ settings.date_end }} {% else %} {{ settings.date_start }} {% endif %} {% else %} Date non-fixée {% endif %}
{% if messages %} {% endif %} {% if settings.global_message %} {% if settings.global_message_as_html %} {{ settings.global_message|safe }} {% else %} {% endif %} {% endif %} {% block "content" %} {% endblock %}
{% endspaceless %}