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

{% trans "Delete quotas" %}

{% csrf_token %} {% if allowed %}

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

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