{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load money %} {% load eventurl %} {% block title %}{% trans "Cancel order" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to cancel this order? You cannot revert this action. {% endblocktrans %} {% trans "This will invalidate all tickets in this order." %}
{% if refund_amount %} {% if can_auto_refund %}{% blocktrans trimmed with amount=refund_amount|money:request.event.currency %} The refund amount of {{ 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 %}
{% else %}