\n {{\n appointmentInfo.placeOfServiceEnabled\n ? appointmentInfo.data.placeOfService.name\n : appointmentInfo.data.location.name\n }}\n
\n {{\n appointmentInfo.data.location.addressLine1 +\n ` ` +\n appointmentInfo.data.location.addressLine2 +\n ` ` +\n ` ` +\n appointmentInfo.data.location.city +\n ` ` +\n appointmentInfo.data.location.zipcode\n }}\n
\n
\n