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

Book Viewing Appointment

Unit Details

Unit: <%= unit.unit_number %> - <%= unit.building_name %>

Floor: <%= unit.floor_number %>

Rooms: <%= unit.room_number %> | Area: <%= unit.floor_area %> m²

Price: €<%= unit.price.toLocaleString() %>

Your Information

Select Agent & Time

<% if (agents && agents.length > 0) { %>
<% } else { %>

No available time slots at the moment. Please check back later.

<% } %>
<% if (agents && agents.length > 0) { %> <% } %> Cancel