{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %}

{% trans "Withdrawal settings" %}

{% bootstrap_form_errors form %} {% csrf_token %}
{% trans "General" %} {% bootstrap_field form.withdrawal_contact_mail layout="horizontal" %} {% bootstrap_field form.withdrawal_label layout="horizontal" %}
{% trans "Withdrawal form shown to the user" %} {% bootstrap_field form.withdrawal_submit_label layout="horizontal" %} {% bootstrap_field form.withdrawal_form_above_msg layout="horizontal" %} {% bootstrap_field form.withdrawal_form_message_help_text layout="horizontal" %} {% bootstrap_field form.withdrawal_received_success_msg layout="horizontal" %}
{% trans "Email sent to the user who issued the withdrawal" %} {% bootstrap_field form.withdrawal_received_mail_subject layout="horizontal" %} {% bootstrap_field form.withdrawal_received_mail_body layout="horizontal" %}
{% trans "Email sent to the order's email" %}

{% trans "If the withdrawal and the order are based on different email addresses, we will send an email to the order's email address as well." %}

{% bootstrap_field form.withdrawal_warn_mail_subject layout="horizontal" %} {% bootstrap_field form.withdrawal_warn_mail_body layout="horizontal" %}
{% endblock %}