{% blocktrans trimmed with code=order.code %}
Cancel request for your order: {{ code }}
{% endblocktrans %}
{% if order.testmode %}
{% trans "TEST MODE" %}
{% endif %}
{% trans "Back to order" %}
{% include "pretixpresale/event/fragment_order_status.html" with order=order event=request.event class="pull-right flip" %}