{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %} {% trans "Ignore cancellation request" %} {% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to remove this cancellation request? The user will not be informed automatically, but you will have the option to email them individually in the next step. {% endblocktrans %}
{% endblock %}