{% 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 %}
{% trans "Settings applied and files saved!" %}
{% else%}{% trans "Settings applied!" %}
{% endif %}{% trans "Unable to apply settings, please check your selection and try again!" %}