#assign hide="">
<#list entry.fields as field>
<#if field.conditionalQuestions?exists&&field.conditionalQuestions?size!=0>
<#assign hide=hide+"hide(${field.idField});">
#if>
#list>
${entry.CSSClass!}
<#list entry.fields as field>
<#if !entry.fieldInLine && entry.helpMessage?exists && entry.helpMessage != ''>
${entry.helpMessage}
#if>
#list>
<#if entry.fieldInLine&&entry.helpMessage?exists&&entry.helpMessage!=''>
${entry.helpMessage}
#if>
<#if list_responses??>
<#list list_responses as response>
<#if response.entry.idEntry == entry.idEntry && response.entry.formError??>
<#assign formError = response.entry.formError>
<#if formError.mandatoryError>#i18n{form.message.mandatory.entry}<#else>${formError.errorMessage}#if>
#if>
#list>
#if>
<#if str_list_entry_children?exists>${str_list_entry_children}#if>
<#if list_responses??>
<#else>
<#list entry.fields as field>
<#if field.defaultValue && field.conditionalQuestions?exists && field.conditionalQuestions?size != 0>
#if>
#list>
#if>