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

{% trans "Cancellation settings" %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "Unpaid or free orders" %} {% bootstrap_field form.cancel_allow_user layout="control" %} {% bootstrap_field form.cancel_allow_user_until layout="control" %}
{% trans "Paid orders" %} {% bootstrap_field form.cancel_allow_user_paid layout="control" %} {% bootstrap_field form.cancel_allow_user_paid_require_approval 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" %} {% bootstrap_field form.cancel_allow_user_paid_adjust_fees layout="control" %}
{% bootstrap_field form.cancel_allow_user_paid_adjust_fees_explanation layout="control" %}
{% bootstrap_field form.cancel_allow_user_paid_refund_as_giftcard 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 %}
{% trans "Order changes" %}
{% blocktrans trimmed %} Allowing users to change their order is a feature under development. Therefore, currently only specific changes (such as changing the variation of a product) are possible. More options might be added later. {% endblocktrans %}
{% bootstrap_field form.change_allow_user_variation layout="control" %} {% bootstrap_field form.change_allow_user_price layout="control" %} {% bootstrap_field form.change_allow_user_until layout="control" %}
{% endblock %}