<%- include('../partials/header', { title: 'Appointment Confirmed' }) %>

Appointment Confirmed!

Your unit viewing appointment has been successfully scheduled.

Appointment Details

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) %>

Your Information

Name: <%= appointment.client_name %>
Email: <%= appointment.client_email %>
Phone: <%= appointment.client_phone %>

Agent Information

Agent Name: <%= appointment.agent_name %>
Agent Email: <%= appointment.agent_email %>
Browse More Properties Go to Home