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

{% trans "Delete carts" %}

{% csrf_token %}

{% blocktrans %}Are you sure you want to delete any cart positions with voucher {{ voucher }}?{% endblocktrans %}

{% blocktrans %}This will silently remove products from the cart of a user currently making a purchase. This can be really confusing. Only use this if you know that the session is no longer in use.{% endblocktrans %}

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