{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Change locale information" %} {% endblock %} {% block content %}

{% trans "Change locale information" %} {% blocktrans trimmed with order=order.code %} Back to order {{ order }} {% endblocktrans %}

{% blocktrans trimmed %} This language will be used whenever emails are sent to the users. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% trans "Cancel" %}
{% endblock %}