#i18n{directory.resource_history.title}

<@pagination paginator=paginator /> #i18n{directory.manage_directory_record.label_items_per_page} :
<#list history_list as history>
<#list entry_list as entry> <#if entry.entryType.group>
${entry.title} <#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}