appointment_description.html

 1   <a href="mailto:${appointment.user.email}">
 2   	${appointment.user.lastName} ${appointment.user.firstName}
 3   </a>
 4   <#if appointment.location?? && appointment.location != ''>
 5   	<br />
 6   	${appointment.location}
 7   </#if>