{% extends "admin_base.html" %} {% block title %}QR Scanner | Nexora Admin{% endblock %} {% block content %}

QR Verification

QR Ticket Scanner

Scan a player ticket QR code. The ticket opens in a popup where you can Approve (allow entry) or Reject (deny entry).

{% if can('scan_qr_codes') %}{% endif %} {% if can('manually_verify_tickets') %}{% endif %}
{% if can('scan_qr_codes') %}
Camera Ready
Camera Ready Grant camera access to start live QR scanning.
Scanner idle
{% endif %}
{% if can('manually_verify_tickets') %}

Manual Input

Works with the ticket number printed on the PDF, the serial, or a scanned QR token.
{% endif %}
{% endblock %}