<#if entry.helpMessage?exists&&entry.helpMessage!=''>

${entry.helpMessage}

<#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}