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

{% trans "Delete vouchers" %}

{% csrf_token %} {% if allowed %}

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

{% endif %} {% if forbidden %}

{% blocktrans trimmed %}The following vouchers can't be deleted as they already have been redeemed, but they will be set to fully redeemed instead.{% endblocktrans %}

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