<#if noAppointmentWithThisReference??>

#i18n{appointment.message.error.noAppointmentWithThisReference}

<#else>

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

${form.description!}

Choix de la date

#i18n{appointment.labelThe} ${dateAppointment} #i18n{appointment.labelFrom} ${startingTimeAppointment} #i18n{appointment.labelTo} ${endingTimeAppointment}

#i18n{appointment.appointmentApp.enteringInformation}

${form.description!}

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

#i18n{appointment.cancelAppointment.pageTitle}

<#if alreadyCancelled??>

#i18n{appointment.message.info.alreadyCancelled}

<#else> <#if appointmentPassed??>

#i18n{appointment.message.error.canNotCancelPassedAppointment}

<#else> #i18n{appointment.cancelAppointment.pageTitle}