<#list list_responses as response>
<#if response.entry.idEntry == entry.idEntry && response.entry.formError??> class="error"#if>
#list>
#if>
class="${entry.CSSClass!}" />
#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.formError??>
<#assign formError = response_error.entry.formError>
<#if formError.mandatoryError>
#i18n{form.message.mandatory.entry}
<#else>
${formError.errorMessage}
#if>
#if>
#if>