{% extends 'base.html' %} {% load commonmark %} {% load static from staticfiles %} {% load imageutils %} {% block extra_head %} {% endblock extra_head %} {% block content %}

Ticket Check-In

Use this view to check in participants. Use the search field to search for username, email, products, order ID, ticket UUID, etc. To hand out badges go to the Badge Handout view instead. To hand out other products go to the Hand Out Products view instead.
This table shows all (Shop|Discount|Sponsor)Tickets which are checked_in=False.

{% for ticket in tickets %}

{{ ticket }}

{% endfor %}
Ticket User Email Name Product
{{ ticket }} {{ ticket.order.user }} {{ ticket.order.user.email }} {{ ticket.name }}
{% endblock content %}