#macro getTextAreaContent responseContent has_error entry field>
<#if has_error>
<#else>
#if>
#macro>
<#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}#if>
#if>
#list>
#if>
<#if entry.fieldInLine>
<#include "/util/editor/editor.html" />
<@initEditor />
#if>