Appointment Confirmation

Dear {{ visitor_data.first_name }} {{ visitor_data.last_name }},

Your appointment has been successfully scheduled. Below are the details:

Employee Name: {{ employee_data.first_name }} {{ employee_data.last_name }}
Appointment Date: {{ new_appointment.date }}
Appointment Time: {{ new_appointment.time }}
Purpose: {{ new_appointment.purpose }}
{% if is_link != False %}

Please Cilck on then below link and update your details.

Registration

{% endif %}

We look forward to seeing you at the scheduled time.

Thank you!

Visitor Management System