{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load imageutils %} {% 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 used=False.

{% for ticket in tickets %} {% endfor %}
Ticket UUID Ticket Type Order ID Order User Order Email Ticket Name Ticket Email Product
{{ ticket.uuid }} {{ ticket.shortname }} {{ ticket.order.id }} {{ ticket.order.user }} {{ ticket.order.user.email }} {{ ticket.name }} {{ ticket.email }} {{ ticket.product }}
{% endblock content %}