{% extends "base.html" %} {% block title %}No-Class UIDs{% endblock %} {% block body %}
These are the QR UIDs that were scanned at the gate but were not found in the student database.
To resolve this issue, please visit the
Students page
and add the student with the correct UID & Class.
| # | UID | Name | Gate | Date & Time | Reason |
|---|---|---|---|---|---|
| {{ i }} | {{ row["uid"] }} |
{{ row["name"] or "-" }} | {% set g = row["gate"] or "-" %} {% if g == "Gate-1" %} {{ g }} {% elif g == "Gate-2" %} {{ g }} {% elif g == "Gate-3" %} {{ g }} {% else %} {{ g }} {% endif %} | {{ row["time"] }} | {{ row["reason"] }} |
| β No unknown UIDs found. All scanned students are registered. | |||||