{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete quota" %}{% endblock %} {% block inside %}

{% trans "Delete quota" %}

{% csrf_token %}

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

{% if dependent|length > 0 %}

{% blocktrans %}The following products might be no longer available for sale:{% endblocktrans %}

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