<#assign width= 320> <#assign height= 261>
<#list entry.fields as field> <#if field.imageType?? > <#assign imageType= field.imageType> <#else> <#assign imageType= "png"> <#if field.height > 0> <#assign height= field.height> <#if field.width > 0> <#assign width= field.width>
<#list list_responses as response> <#if response.entry.idEntry == entry.idEntry> <#if response.toStringValueResponse??> value="${response.toStringValueResponse}" <#if response.entry.error??> class="error" <#else> value="" class="${entry.CSSClass!} " />
<#if entry.helpMessage?exists&&entry.helpMessage!=''> ${entry.helpMessage}
<#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>#i18n{form.message.mandatory.entry}<#else>${error.errorMessage}