{% extends 'dashboard/visitors_dashboard/main.html' %} {% load static %} {% block content %}

Appointment

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
ID VISITOR NAME EMPLOYEE NAME PURPOSE APPOINTMENT DATE APPOINTMENT TIME VISITORS TYPE DETAIL CREATED AT UPDATED AT
{% csrf_token %}
{% endblock %}