{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Reset check-in" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} With this feature, you can reset the entire check-in state of the event. This will delete all check-in records as well as all records of printed tickets or badges. We recommend to use this feature after testing your hardware setup but only before your event started, and you admitted any real attendees or printed any real badges or tickets. {% endblocktrans %}
{% blocktrans trimmed count count=checkins %} This will permanently delete 1 check-in. {% plural %} This will permanently delete {{ count }} check-ins. {% endblocktrans %} {% blocktrans trimmed count count=printlogs %} Additionally, 1 print log will be deleted. {% plural %} Additionally, {{ count }} print logs will be deleted. {% endblocktrans %} {% trans "This cannot be reverted!" %}
{% blocktrans trimmed %} The deleted entries will still show up in the "Order history" section, but for all other purposes the system will behave as if they never existed. {% endblocktrans %}