{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %} {% trans "Cancel refund" %} {% endblock %} {% block content %}

{% trans "Cancel refund" %}

{% blocktrans trimmed %} Do you really want to cancel this refund? You cannot revert this action. {% endblocktrans %}

{% blocktrans trimmed %} If the money is already on the way back, this will not stop the money, it will just mark this transfer as aborted in pretix. This will also not reactivate the order, it will just allow you to choose a new refund method. {% endblocktrans %}
{% csrf_token %}
{% endblock %}