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

{% trans "Refund order" %} {% blocktrans trimmed with order=order.code %} Back to order {{ order }} {% endblocktrans %}

{% bootstrap_form_errors form %}
{% trans "How much do you want to refund?" %}

 

{% if form.action %}
{% trans "What should happen to the order?" %} {% bootstrap_field form.action layout='horizontal' horizontal_label_class='sr-only' horizontal_field_class='' %}
{% endif %}

 

{% csrf_token %}
{% endblock %}