<#if validate_recap?exists>
#i18n{form.recapFormSubmit.labelLegendRecap} <#list formSubmit.listResponse as response> <#if response.toStringValueResponse?has_content>
${response.toStringValueResponse}
<#else>

${recap.recapMessage}
<#if recap.graph>
#i18n{form.recapFormSubmit.labelLegendStatistic} <#list formSubmit.listResponse as response> <#if entry_type_session.idType != response.entry.entryType.idType && ( !entrySave?exists || entrySave.idEntry != response.entry.idEntry )> <#assign entrySave=response.entry>