<#list entry.fields as field>
value="${response.toStringValueResponse}" <#else> <#if field.valueTypeDate?exists>" value="${field.valueTypeDate}" <#else>" value="" />
<#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>${error.errorMessage}<#else>#i18n{appointment.message.mandatory.entry}
<@getDatePickerBootstrap idField="attribute${entry.idEntry}" language=locale />