%- include('../partials/header', { title: 'Appointment Confirmed' }) %>
Your unit viewing appointment has been successfully scheduled.
| Appointment ID: | <%= appointment.appointment_id %> |
|---|---|
| Property: | Unit <%= appointment.unit_number %>, <%= appointment.building_name %> |
| Floor: | <%= appointment.floor_number %> |
| Date: | <%= new Date(appointment.date).toLocaleDateString('en-GB', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }) %> |
| Time: | <%= appointment.time_start.substring(0, 5) %> - <%= appointment.time_end.substring(0, 5) %> |
| Name: | <%= appointment.client_name %> |
|---|---|
| Email: | <%= appointment.client_email %> |
| Phone: | <%= appointment.client_phone %> |
| Agent Name: | <%= appointment.agent_name %> |
|---|---|
| Agent Email: | <%= appointment.agent_email %> |