<#list entry.fields as field>
<#if !field.title??>
<#list list_responses as response>
<#if response.entry.idEntry == entry.idEntry && response.entry.error??>
class="error"
#if>
#list>
class="${entry.CSSClass!}"
#if>
/>
#if>
#list>
<#if entry.helpMessage?exists&&entry.helpMessage!=''>
${entry.helpMessage}
#if>
<#if list_responses?? && list_responses?has_content>
<#assign response_error = list_responses[0]>
<#if response_error.entry.idEntry == entry.idEntry && response_error.entry.error??>
<#assign error = response_error.entry.error>
<#if error.mandatoryError>
#i18n{form.message.mandatory.entry}
<#else>
${error.errorMessage}
#if>
#if>
#if>