{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete quotas" %}{% endblock %} {% block content %}
{% 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 %}