#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}
<#if form.maximumNumberOfBookedSeats > 1>
${appointment.numberPlacesReserved}
<#list listResponseRecapDTO as response> <#if response.recapValue?has_content>
<#if response.file?? > ${response.recapValue} <#else> ${response.recapValue}
${appointment.dateAppointment} #i18n{appointment.appointmentApp.labelTimeAppointmentFrom} <#if slot.startingHour < 10 >0${slot.startingHour}h<#if slot.startingMinute < 10>0${slot.startingMinute} #i18n{appointment.appointmentApp.labelTimeAppointmentTo} <#if slot.endingHour < 10 >0${slot.endingHour}h<#if slot.endingMinute < 10>0${slot.endingMinute}
<#if captcha??> ${captcha!}