{% 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 trimmed count num=allowed|length %} Are you sure you want to delete the following quota? {% plural %} Are you sure you want to delete the following {{ num }} quotas? {% endblocktrans %}

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