{% load static %}
{% include 'dashboard/gate_keeper_dashboard/header.html' %}
{% include 'dashboard/gate_keeper_dashboard/body.html' %}
{% if messages %}
{% for message in messages %}
{{message}}
{% endfor %}
{% endif %}
ID |
VISITOR NAME |
EMPLOYEE NAME |
PURPOSE |
APPOINTMENT DATE |
APPOINTMENT TIME |
VISITORS TYPE |
VISITORS UNI ID |
VISITORS IMAGE |
VISITORS MOBILE |
STATUS |
EMPLOYEE APPROVAL |
DETAIL |
VISITOR TIMING |
EMPLOYEE CREATED BY |
CHECK IN TIME |
CHECK OUT TIME |
CREATED AT |
ACTIONS |
{% csrf_token %}
{% include 'dashboard/visitors_dashboard/footer.html' %}