{% load i18n %} {% trans "Cancel & refund" %} · {{ event.name }}

{% trans "Cancel & refund" %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %}
{% trans "Order" %} {{ order.code }} · {{ event.currency }} {{ order.total }} {% if fee and fee > 0 %}
{% blocktrans %}A cancellation fee of {{ event.currency }} {{ fee }} will be kept.{% endblocktrans %}{% endif %}
{% if ok %}

{% blocktrans %}You're still inside the cooling-off window. Cancelling refunds your order to the original payment method.{% endblocktrans %}

{% csrf_token %}
{% else %}
{% trans "This order is not eligible for a self-serve refund." %}
{% endif %} {% trans "Back to my order" %}