${form.title!}

${form.description!}

#i18n{appointment.appointmentApp.choiceOfDate}

#i18n{appointment.labelThe} ${appointment.dateOfTheAppointment} #i18n{appointment.labelFrom} ${appointment.slot.startingTime} #i18n{appointment.labelTo} ${appointment.slot.endingTime}

#i18n{appointment.appointmentApp.enteringInformation}

  • ${formMessages.fieldLastNameTitle!}
    • ${appointment.lastName}
  • ${formMessages.fieldFirstNameTitle!}
    • ${appointment.firstName}
  • ${formMessages.fieldEmailTitle!}
    • ${appointment.email}
<#if form.maxPeoplePerAppointment > 1>
  • #i18n{appointment.createAppointmentForm.labelNumberOfBookedseatsPerAppointment}
    • ${appointment.nbBookedSeats}
<#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>
    • ${response.recapValue}

4 #i18n{appointment.appointmentApp.validation.title}

<#if form.maxPeoplePerAppointment > 1> <#list listResponseRecapDTO as response> <#if response.recapValue?? && response.recapValue?has_content> <#if !entrySave?exists||entrySave.idEntry!=response.entry.idEntry> <#assign entrySave=response.entry>

#i18n{appointment.appointmentApp.recap.title} - <#if form.displayTitleFo && form.title != "" > ${form.title} <#else> #i18n{appointment.appointmentApp.defaultTitle}

#i18n{appointment.appointmentApp.validationText}

<@messages errors=errors /> <#if captcha??> ${captcha!}

5 #i18n{appointment.appointmentApp.confirmation}