{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load money %} {% load eventurl %} {% load l10n %} {% block title %}{% trans "Cancel order" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} You can request the cancellation of your order on this page. The event organizer will then decide on your request. If they approve, your order will be canceled and all tickets will be invalidated. {% endblocktrans %}
{% blocktrans trimmed %} If you cancel this order, all tickets will be invalidated and you can no longer use them. You cannot revert this action. {% endblocktrans %}
{% if cancel_fee %} {% blocktrans trimmed with fee=order.user_cancel_fee|money:request.event.currency %} If you want, you can request a refund for the full amount minus a cancellation fee of {{ fee }}. {% endblocktrans %} {% else %} {% blocktrans trimmed with fee=order.user_cancel_fee|money:request.event.currency %} If you want, you can request a full refund. {% endblocktrans %} {% endif %} {% trans "However, if you want us to help keep the lights on here, please consider using the slider below to request a smaller refund. Thank you!" %}
{% trans "Refund amount:" %} {{ refund_amount|money:request.event.currency }}
{% blocktrans trimmed %} The refund amount will automatically be sent back to your original payment method. Depending on the payment method, please allow for up to two weeks before this appears on your statement. {% endblocktrans %}
{% blocktrans trimmed %} With the payment method you used, the refund amount can not be sent back to you automatically. Instead, the event organizer will need to initiate the transfer manually. Please be patient as this might take a bit longer. {% endblocktrans %}