#i18n{directory.resource_history.title} <#if date_creation?? > - #i18n{directory.resource_history.date_creation} ${date_creation}

<#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 map_id_entry_list_record_field[entryKey] as recordfield> ${child.getHtmlRecordFieldValue( locale, recordfield, false )}

<#else> <#assign entryKey=""+entry.idEntry> <#if entry.title?exists> <#list map_id_entry_list_record_field[entryKey] as recordfield> ${entry.getHtmlRecordFieldValue( locale, recordfield, false )}

${resource_history}