{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load money %} {% load eventurl %} {% block title %}{% trans "Cancel order" %}{% endblock %} {% block content %}
{% trans "The following positions of your order will be canceled:" %}
{% blocktrans trimmed %} Do you really want to cancel this order? You cannot revert this action. {% endblocktrans %} {% trans "This will invalidate all of your tickets." %}
{% endif %} {% if can_auto_refund and refund_amount != 0 %}{% 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 %}
{% elif refund_amount != 0 %}