<#if list_responses?? && list_responses?has_content>
<#list list_responses as response>
<#if response?? && response?has_content>
<#if response.question?? && response.question?has_content>
${response.question.title} :
<#if response.previousValue?? && response.previousValue?has_content && response.previousValue!="">
${response.previousValue}
<#else>
#i18n{module.workflow.forms.task.editFormResponseTaskHistory.empty}
#if>
<#if response.newValue?? && response.newValue?has_content && response.newValue!="">
${response.newValue}
<#else>
#i18n{module.workflow.forms.task.editFormResponseTaskHistory.empty}
#if>
<#else>
#i18n{module.workflow.forms.task.editFormResponseTaskHistory.questionDeleted}
#if>
#if>
#list>
<#else>
#i18n{module.workflow.forms.task.editFormResponseTaskHistory.noModification}
#if>