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

{% trans "Delete entries" %}

{% csrf_token %} {% if allowed %}

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

{% endif %} {% if forbidden %}

{% blocktrans trimmed %}The following entries can't be deleted as they already have a voucher attached.{% endblocktrans %}

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