Appointment Confirmation

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

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

Request Id: {{ new_appointment.request_id }}
Employee Name: {{ employee_data.first_name }} {{ employee_data.last_name }}
Appointment Date: {{ new_appointment.date }}
Appointment Time: {{ new_appointment.time }}
Purpose: {{ new_appointment.purpose }}
Visitor Comapny Name: {{ new_appointment.visitor_company_name }}
Devices: {{ new_appointment.devices }}
{% 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