{% extends 'dashboard/gate_keeper_dashboard/main.html' %} {% load static %} {% block content %}
| ID | Visitor Name | Visitor Mobile | Visitor Email | Visitor UNI ID | Visitor Image | Employee Name | Appointment Status | Check-In Time | Check-Out Time |
|---|---|---|---|---|---|---|---|---|---|
| {{ appointment.id }} | {{ appointment.visitors_name }} {{ appointment.visitors_last_name }} | {{ appointment.visitors_mobile }} | {{ appointment.visitors_email }} | {{ appointment.visitors_uni_id }} |
{% if appointment.visitors_image %}
|
{{ appointment.employee_name }} {{ appointment.employee_last_name }} | {{ appointment.status }} | {{ appointment.start_time }} | {{ appointment.stop_time }} |
| No pending visitors today. | |||||||||
| ID | Visitor Name | Visitor Mobile | Visitor Email | Visitor UNI ID | Visitor Image | Employee Name | Check-In Time | Meeting status | Check-Out Time |
|---|---|---|---|---|---|---|---|---|---|
| {{ appointment.id }} | {{ appointment.visitors_name }} {{ appointment.visitors_last_name }} | {{ appointment.visitors_mobile }} | {{ appointment.visitors_email }} | {{ appointment.visitors_uni_id }} |
{% if appointment.visitors_image %}
|
{{ appointment.employee_name }} {{ appointment.employee_last_name }} | {{ appointment.start_time }} | Meeting in | {{ appointment.stop_time }} |
| No visitors have checked in today. | |||||||||
| ID | Visitor Name | Visitor Mobile | Visitor Email | Visitor UNI ID | Visitor Image | Employee Name | Check-In Time | Meeting status | Check-Out Time |
|---|---|---|---|---|---|---|---|---|---|
| {{ appointment.id }} | {{ appointment.visitors_name }} {{ appointment.visitors_last_name }} | {{ appointment.visitors_mobile }} | {{ appointment.visitors_email }} | {{ appointment.visitors_uni_id }} |
{% if appointment.visitors_image %}
|
{{ appointment.employee_name }} {{ appointment.employee_last_name }} | {{ appointment.start_time }} | Meeting out | {{ appointment.stop_time }} |
| No visitors have checked out today. | |||||||||