{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %} {% if saved and not failed%} {% if duplicated %}

{% blocktrans %} Settings applied. Files have not been saved because there is one or more duplicates. To override duplicates please select option "Override" {% endblocktrans %}

{% else%}
{% if uploaded %}

{% trans "Settings applied and files saved!" %}

{% else%}

{% trans "Settings applied!" %}

{% endif %}
{% endif %} {% endif %} {% if failed %}

{% trans "Unable to apply settings, please check your selection and try again!" %}

{% endif %}

{% trans "Landing Page" %}

{% trans "Files" %} {% for inf in file_information %} {% endfor %}
{% trans "Existing Files" %} {% trans "Type" %} {% trans "Options" %}
{{inf.0}} {{inf.1}}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% trans "Settings" %} {% bootstrap_form form layout="horizontal"%}
{% trans "File Upload" %} {% bootstrap_form file_form layout="horizontal" %}
{% endblock %}