{% extends "pretixcontrol/global_settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %} {% if status_enabled %} {% if not saved %}
{% trans "Settings could not be applied!" %}
{% trans "Settings applied and files saved!" %}
{% else%}{% trans "Settings applied!" %}
{% endif %}