{% extends 'dashboard/employee_dashboard/main.html' %} {% load static %} {% block content %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %}| ID | Name | Mobile | UNI ID | Image | Employee Name | Status | Check-In Time | Check-Out Time | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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 | Name | Mobile | UNI ID | Image | Employee Name | Check-In Time | Meeting status | Check-Out Time | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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 }} | In the Meeting | {{ appointment.stop_time }} | |
| No visitors have checked in today. | ||||||||||
| ID | Name | Mobile | UNI ID | Image | Employee Name | Check-In Time | Meeting status | Check-Out Time | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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. | ||||||||||