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

Exports

{% blocktrans trimmed %} pretalx provides a range of exports. If none of these match what you are looking for, you can also provide a custom plugin to export the data – please ask your administrator to install the plugin. {% endblocktrans %}


{% trans "HTML Export" %}

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

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

{% trans "Data Export" %}

{% if not request.event.current_schedule %}
{% blocktrans trimmed %} You haven't released a schedule yet – many of these data exporters only work on a released schedule. {% endblocktrans %}
{% endif %}

{% trans "API" %}

{% trans "You can also use the API to export or use data." %}
{% trans "Documentation" %} {% trans "Go to API" %}
{% endblock %}