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

{% trans "Delete voucher" %}

{% csrf_token %} {% if not allowed %}

{% trans "You can not delete this voucher after it has been redeemed" %}

{% else %}

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

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