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

{% trans "Refund order" %}

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

{{ payment|safe }}
{% csrf_token %}
{% endblock %}