{{ vehicle.make }} {{ vehicle.model }}
To ensure we can give you the correct services for your vehicle, please check the model and variants below.
{{ place.description.substr(0, place.matched_substrings[0].offset) }}{{ place.description.substr(place.matched_substrings[0].offset, place.matched_substrings[0].length ) }}{{ place.description.substr(place.matched_substrings[0].offset + place.matched_substrings[0].length, place.description.length ) }}
{{ place.description }}
{{ repairOperation.isServicePlan ? "FREE" : ( repairOperation.price && repairOperation.price > 0.10 ? "£" + repairOperation.price : "Free of Charge" ) }}
{{ selectedServices.findIndex( s => s.code === repairOperation.code ) === -1 ? "Add service" : "Remove service" }}We apologise, but we couldn't find any services available for you.
Vehicle info
{{ vehicle.make }} {{ vehicle.model }}
Location
{{ dealership?.contact_information?.address }}
Services
{{ service.description }} £{{ service.price > 0 ? service.price : 0 }}
{{ appointment.type === "dropOff" ? "Drop Off" : ( appointment.type === "courtesyCar" ? "Courtesy Car" : ( appointment.type === "courtesyLift" ? "Courtesy Lift" : ( appointment.type === "collectionDelivery" ? "Collect & Deliver" : "Wait at Dealership" ) ) ) }} {{ appointment.date.split("T")[0] }} at {{ appointment.time }}
Notes
{{ notes.text1 }}
Personal info
{{ personalData.first_name }} {{ personalData.surname }}
{{ personalData.telephone }}
{{ personalData.email }}
{{ personalData.address_1 }}, {{ personalData.city }}, {{ personalData.postcode }}