{% include "head.html" %}
{% include "navbar.html" %}
Personnel Data
Add Personnel
Face Recognition
Person Id
Name
Skill
Active
Added
{% for item in data %}
{{item[0]}}
{{item[1]}}
{{item[2]}}
{{item[3]}}
{{item[4]}}
{% endfor %}