#i18n{directory.resource_history.title}
<@paginationAdmin paginator=paginator combo=1 />

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