{% block adminpage %}

Face Recognition Based Attendance System

{% if mess%}

{{ mess }}

{% endif %}

Today's Attendance assignment

{% if l %} {% for i in range(l) %} {% endfor %} {% endif %}
S No Name ID Time
{{ i+1 }} {{ names[i] }} {{ rolls[i] }} {{ times[i] }}

Add New User control_point_duplicate







Total Users in Database: {{totalreg}}
{% endblock %}