diff --git a/src/django_program/manage/templates/django_program/manage/base.html b/src/django_program/manage/templates/django_program/manage/base.html index a8dcb0d..d79e2bb 100644 --- a/src/django_program/manage/templates/django_program/manage/base.html +++ b/src/django_program/manage/templates/django_program/manage/base.html @@ -1108,6 +1108,11 @@ Bulk Deals +
Real-time check-in statistics and activity log.
+{% endblock %} + +{% block page_actions %} + + + Open Scanner + +{% endblock %} + +{% block content %} +| Station | +Check-ins | +Last Check-in | +
|---|---|---|
| {{ row.station }} | +{{ row.count }} | +{{ row.last_checkin|timesince }} ago | +
| Time | +Attendee | +Access Code | +Station | +Staff | +
|---|---|---|---|---|
| {{ ci.checked_in_at|timesince }} ago | ++ {% if ci.attendee.user.get_full_name %} + {{ ci.attendee.user.get_full_name }} + {% else %} + {{ ci.attendee.user.username }} + {% endif %} + | +{{ ci.attendee.access_code }} | +{{ ci.station|default:"-" }} | ++ {% if ci.checked_in_by %} + {{ ci.checked_in_by.get_short_name|default:ci.checked_in_by.username }} + {% else %} + - + {% endif %} + | +
No check-ins recorded yet.
+Open the scanner to start checking in attendees.
+| Product | +Redemptions | +
|---|---|
| {{ row.order_line_item__description }} | +{{ row.count }} | +
| Product | +Door Checks | +
|---|---|
| {{ row.ticket_type__name|default:row.addon__name|default:"Unknown" }} | +{{ row.count }} | +
Scan badges or enter access codes to check in attendees.
+{% endblock %} + +{% block page_actions %} +Dashboard +{% endblock %} + +{% block content %} + + +Waiting for scan...
+Scan a badge barcode or QR code, or type an access code and press Enter.
+No redeemable products for this attendee.
+