<#function isEntryTypeImage entry> <#return entry.entryType?has_content && entry.entryType.idType?has_content && entry.entryType.idType == id_entry_type_image> <#function isEntryTypeMyLuteceUser entry> <#return entry.entryType?has_content && entry.entryType.idType?has_content && entry.entryType.idType == id_entry_type_mylutece_user> <#macro display_actions resource_actions > <#if resource_actions.workflow_action_list?exists> <#list resource_actions.workflow_action_list as action> width="${action.icon.width}" <#if action.icon.height!=-1> height="${action.icon.height}" title="${action.name}" alt="${action.name}" /> <#list resource_actions.record.actions as action> <#if (action.nameKey!="directory.action.history.name") || (action.nameKey=="directory.action.history.name" && history_workflow)> ${action.name}

#i18n{directory.viewing_directory_record.labelRecord} ${record.idRecord}

<#if resource_actions.workflow_state?exists>
#i18n{directory.viewing_directory_record.labelDirectory}
${directory.title}
#i18n{directory.viewing_directory_record.labelState}
${resource_actions.workflow_state.name}
#i18n{directory.viewing_directory_record.actions}
<#if item_navigator??> <@item_navigation item_navigator=item_navigator /> <@display_actions resource_actions/>