{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}

{% translate "Import XML" %}

{% csrf_token %} {% bootstrap_form_errors form %}

{% blocktranslate trimmed %} Submit an XML file here to release a new schedule, containing exactly the sessions specified in the XML file. The format is expected to be the same as the XML export provided. {% endblocktranslate %}

{% bootstrap_field form.upload layout='event' %}
{% endblock %}