<#assign cpt=0> ${entry.CSSClass!}
<#list entry.fields as field> <#if !entry.fieldInLine>
<#if list_responses??> <#list list_responses as response> <#if response.entry.idEntry == entry.idEntry && response.entry.error?? && response.entry.error.isDisplayableError>
<#assign error = response.entry.error> <#if error.mandatoryError>${error.errorMessage}<#else>#i18n{appointment.message.mandatory.entry}
<#if str_list_entry_children?exists>${str_list_entry_children} <#if entry.helpMessage?exists&&entry.helpMessage!=''>

${entry.helpMessage}

<#if list_responses??> <#else> <#list entry.fields as field> <#if field.defaultValue && field.conditionalQuestions?exists && field.conditionalQuestions?size != 0>