#if noAppointmentWithThisReference??>
#i18n{appointment.message.error.noAppointmentWithThisReference}
<#else>
<#if form.displayTitleFo && form.title != '' >
${form.title}
<#else>
#i18n{appointment.appointmentApp.defaultTitle}
#if>
#i18n{appointment.labelThe} ${dateAppointment} #i18n{appointment.labelFrom} ${startingTimeAppointment} #i18n{appointment.labelTo} ${endingTimeAppointment}
#i18n{appointment.appointmentApp.enteringInformation}
${form.description!}
- ${formMessages.fieldLastNameTitle!}
- ${formMessages.fieldFirstNameTitle!}
- ${formMessages.fieldEmailTitle!}
<#if nbplaces > 1>
- #i18n{appointment.createAppointmentForm.labelNumberOfBookedseatsPerAppointment}
#if>
<#list listResponseRecapDTO as response>
<#if response.recapValue?? && response.recapValue?has_content>
<#if !entrySave?exists||entrySave.idEntry!=response.entry.idEntry>
- ${response.entry.title}<#assign entrySave=response.entry>
#if>
#if>
#list>
#i18n{appointment.cancelAppointment.pageTitle}
#if>