{% block adminpage %}
Face Recognition Based Attendance System
{% if mess%}
{{ mess }}
{% endif %}
Today's Attendance
assignment
Take Attendance
beenhere
S No
Name
ID
Time
{% if l %} {% for i in range(l) %}
{{ i+1 }}
{{ names[i] }}
{{ rolls[i] }}
{{ times[i] }}
{% endfor %} {% endif %}
Add New User
control_point_duplicate
Enter New User Name*
Enter New User Id*
Add New User
Total Users in Database: {{totalreg}}
{% endblock %}