{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load bootstrap3 %} {% block title %}{% trans "Delete room" %}{% endblock %} {% block content %}

{% trans "Delete room" %}

{% csrf_token %}

{% blocktrans %}Are you sure you want to delete the room {{ room }}?{% endblocktrans %}

{% trans "All orders connected to this room will be removed from the room first." %}

{% trans "Cancel" %}
{% endblock %}