#i18n{appointment.appointmentApp.recap.title} - <#if form.displayTitleFo && form.title != "" > ${form.title} <#else> #i18n{appointment.appointmentApp.defaultTitle} <@messages errors=errors />
${appointment.lastName}
${appointment.firstName}
${appointment.email}
<#list listResponseRecapDTO as response> <#if response.recapValue?has_content>
${response.recapValue}
${appointment.dateAppointment} #i18n{appointment.appointmentApp.labelTimeAppointment} <#if slot.startingHour < 10 >0${slot.startingHour}h<#if slot.startingMinute < 10>0${slot.startingMinute}
<#if captcha??> ${captcha!}