{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete check-ins" %}{% endblock %} {% block inside %}
{% 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 %}