{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %}

{% trans "Cancellation settings" %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "Cancellation of unpaid or free orders" %} {% bootstrap_field form.cancel_allow_user layout="control" %} {% bootstrap_field form.cancel_allow_user_until layout="control" %}
{% trans "Cancellation of paid orders" %} {% bootstrap_field form.cancel_allow_user_paid layout="control" %} {% bootstrap_field form.cancel_allow_user_paid_keep layout="control" %} {% bootstrap_field form.cancel_allow_user_paid_keep_percentage layout="control" %} {% bootstrap_field form.cancel_allow_user_paid_keep_fees layout="control" %} {% bootstrap_field form.cancel_allow_user_paid_until layout="control" %} {% if not gets_notification %}
{% blocktrans trimmed %} If a user requests cancels a paid order and the money can not be refunded automatically, e.g. due to the selected payment method, you will need to take manual action. However, you have currently turned off notifications for this event. {% endblocktrans %} {% trans "Change notification settings" %}
{% endif %}
{% endblock %}