{% 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 %} {% if vouchers %}
{% blocktrans trimmed count count=vouchers %} That will cause {{ count }} voucher to be unusable. {% plural %} That will cause {{ count }} voucher to be unusable. {% endblocktrans %} {% trans "Show affected vouchers" %}
{% endif %}
{% trans "Cancel" %}
{% endblock %}