{% 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_use_custom layout="horizontal" %} {% bootstrap_field form.withdrawal_custom_url layout="horizontal" %} {% bootstrap_field form.withdrawal_contact_mail layout="horizontal" %} {% bootstrap_field form.withdrawal_label layout="horizontal" %}
{% trans "Withdrawal form" %}

{% trans "You provided an URL to your own withdrawal form. The settings here do not have any effect." %}

{% 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 "Emails" %}

{% trans "You provided an URL to your own withdrawal form. The settings here do not have any effect." %}

{% 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 %}