{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load escapejson %} {% load getitem %} {% load static %} {% load compress %} {% block title %}{% trans "Check-in simulator" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} This tool allows you to validate your check-in configuration. You can enter a barcode plus some optional parameters and we will show you the response of the check-in list. No actual check-in will be performed and no modification to the system state is made. {% endblocktrans %}
{% if result %}{% trans "The following questions must be answered before check-in can be completed:" %}
{{ result.reason_explanation }}
{% endif %} {% endif %} {% if result.position %} {% if result.require_attention %}{% trans "Special attention required" %}
{% endif %} {% for t in result.checkin_texts %}{{ t }}
{% endfor %} {% if result.position_object %} {% for a in result.position_object.answers.all %} {% if a.question.show_during_checkin %}{{ a.question.question }} {{ a }}
{% endif %} {% endfor %} {% endif %}{{ result.position.order }}-{{ result.position.positionid }}
{% if result.position.attendee_name %}{{ result.position.attendee_name }}
{% endif %} {% endif %} {% if result.rule_graph %}