{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %} {% trans "Refund order" %} {% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to refund this order? You cannot revert this action. {% endblocktrans %}
{{ payment|safe }} {% endblock %}