{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load money %} {% load eventurl %} {% load l10n %} {% load rich_text %} {% block title %}{% trans "Cancel order" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} You can request to cancel this order. {% endblocktrans %} {% blocktrans trimmed %} If your request is approved, the organizer will determine if you will receive a full refund or if a cancellation fee is deducted according to their cancellation policy. {% endblocktrans %}
{% 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 %}
{{ request.event.settings.cancel_allow_user_paid_adjust_fees_explanation|rich_text }}
{% trans "Refund amount:" %} {{ refund_amount|money:request.event.currency }}
{% blocktrans trimmed with expiry_date=request.event.organizer.default_gift_card_expiry|date:"SHORT_DATE_FORMAT" %} Your gift card will be valid until {{ expiry_date }}. {% endblocktrans %}
{% 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 %} The following payment methods will be used to refund the money to you: {% 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 %}