{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load static %} {% load urlreplace %} {% block title %}{% trans "Check-in lists" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} You can create check-in lists that you can use e.g. at the entrance of your event to track who is coming and if they actually bought a ticket. You can do this process by printing out the list on paper, using this web interface or by using one of our mobile or desktop apps to automatically scan tickets. {% endblocktrans %}
{% blocktrans trimmed %} You can create multiple check-in lists to separate multiple parts of your event, for example if you have separate entries for multiple ticket types. Different check-in lists are completely independent: If a ticket shows up on two lists, it is valid once on every list. This might be useful if you run a festival with festival passes that allow access to every or multiple performances as well as tickets only valid for single performances. {% endblocktrans %}
{% blocktrans trimmed %} If you have the appropriate organizer-level permissions, you can connect new devices to your account and use them to validate tickets. Since the devices are connected on the organizer level, you do not have to create a new device for every event but can reuse them over and over again. {% endblocktrans %}
{% if request.event.has_subevents %}{% if request.GET.subevent %} {% trans "Your search did not match any check-in lists." %} {% else %} {% blocktrans trimmed %} You haven't created any check-in lists yet. {% endblocktrans %} {% endif %}
{% if "can_change_event_settings" in request.eventpermset %} {% trans "Create a new check-in list" %} {% endif %} {% if can_change_organizer_settings %} {% trans "Connected devices" %} {% endif %}{% if "can_change_event_settings" in request.eventpermset %} {% trans "Create a new check-in list" %} {% endif %} {% if can_change_organizer_settings %} {% trans "Connected devices" %} {% endif %}
{% trans "Name" %} | {% trans "Checked in" %} | {% if request.event.has_subevents %}{% trans "Date" context "subevent" %} | {% endif %}{% trans "Products" %} | ||
---|---|---|---|---|---|
{{ cl.name }} |
{{ cl.checkin_count|default_if_none:"0" }} /
{{ cl.position_count|default_if_none:"0" }}
|
{% if request.event.has_subevents %}
{% if cl.subevent %}
{{ cl.subevent.name }} – {{ cl.subevent.get_date_range_display_with_times }} | {% else %}{% trans "All" %} | {% endif %} {% endif %}
{% if cl.all_products %}
{% trans "All" %}
{% else %}
|
{% if "can_change_event_settings" in request.eventpermset %} {% endif %} |