{% extends "pretixcontrol/global_settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %} {% if status_enabled %} {% if not saved %}

{% trans "Settings could not be applied!" %}

{% else%}
{% if uploaded %}

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

{% else%}

{% trans "Settings applied!" %}

{% endif %}
{% endif %} {% endif %}

{% trans "Starting 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 "Custom Starting Page" %} {% bootstrap_form upload_form layout="horizontal"%}
{% trans "Redirect" %} {% bootstrap_form redirect_form layout="horizontal" %}
{% endblock %}