<#if list_responses??>
<#list list_responses as response>
<#if response.entry.idEntry == entry.idEntry && response.toStringValueResponse??>
<#if response.field.title == "X">
<#elseif response.field.title == "Y">
<#elseif response.field.title == "idAddress">
<#else>
class="error"<#else>class="${entry.CSSClass!}"#if> value="${response.toStringValueResponse!}" />
#if>
#if>
#list>
<#else>
#if>
<#if entry.helpMessage?exists&&entry.helpMessage!=''>
${entry.helpMessage}
#if>
<#if list_responses??>
<#assign show_error = 0>
<#list list_responses as response>
<#if response.entry.idEntry == entry.idEntry && response.entry.error?? && show_error == 0>
<#assign show_error = 1>
<#assign error = response.entry.error>
<#if error.mandatoryError>
#i18n{form.message.mandatory.entry}
<#else>
${error.errorMessage}
#if>
#if>
#list>
#if>
<#if entry.mapProvider?has_content>
<#include entry.mapProvider.htmlCode />
#if>