{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %}
{% csrf_token %}
{% trans "Ticket download" %} {% bootstrap_form_errors form %} {% bootstrap_field form.ticket_download layout="horizontal" %} {% bootstrap_field form.ticket_download_date layout="horizontal" %} {% for provider in providers %}
{% trans "Preview" %}

{{ provider.verbose_name }}

{% bootstrap_form provider.form layout='horizontal' %} {% with c=provider.settings_content %} {% if c %}{{ c|safe }}{% endif %} {% endwith %}
{% empty %}
{% trans "There are no ticket outputs available. Please go to the plugin settings and activate one or more ticket output plugins." %}
{% endfor %}
{% endblock %}