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

{% trans "Delete check-ins" %}

{% csrf_token %} {% for k, l in request.POST.lists %} {% for v in l %} {% endfor %} {% endfor %}

{% blocktrans trimmed count count=cnt %} Are you sure you want to permanently delete the check-ins of one ticket? {% plural %} Are you sure you want to permanently delete the check-ins of {{ count }} tickets? {% endblocktrans %}

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