{% extends "orga/schedule/base.html" %} {% load i18n %} {% block schedule_content %} Schedule Export

{% blocktrans trimmed %} The event schedule can be exported to a static html dump, so you can upload it to a normal file-serving webserver like nginx. This is done automatically on schedule release, but you can also trigger that action here. {% endblocktrans %}

{% trans "Download ZIP" %}
{% csrf_token %}
{% endblock %}