{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load eventurl %} {% block title %}{% trans "Cancel order" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to cancel this order? You cannot revert this action. {% endblocktrans %}
{% endblock %}