<#list entry_list as entry>
<#if entry.entryType.group>
<#if entry.children?has_content>
<#list entry.children as child >
<#if child.title?exists>
#if>
<#assign entryKey=""+child.idEntry>
<#list history.map_id_entry_list_record_field[entryKey] as recordfield>
${child.getHtmlRecordFieldValue( locale, recordfield,false )}
#list>
#list>
#if>
<#else>
<#assign entryKey=""+entry.idEntry>
<#if entry.title?exists>
#if>
<#list history.map_id_entry_list_record_field[entryKey] as recordfield>
${entry.getHtmlRecordFieldValue( locale, recordfield, false )}
#list>
#if>
#list>
${history.resource_history}