<#include "/admin/util/editor/editor.html" /> <#if config?exists> <#assign id_task= config.idTask> <#assign type= config.getstrType()> <#assign b_val= (type=="popup")>
#i18n{directory.modify_directory_record.title}: '${directory.title}' <#if directory_record.dateCreation??>- #i18n{directory.viewing_directory_record.date_creation} ${directory_record.dateCreation} <#if directory_record.dateModification??>- #i18n{directory.viewing_directory_record.date_modification} ${directory_record.dateModification} <#if extendableResourceActionsHtml?? && extendableResourceActionsHtml?has_content> ${extendableResourceActionsHtml!} <#list entry_list as entry> <#if entry.entryType.group>
${entry.title} <#if entry.children?has_content> <#list entry.children as child > <#assign entryKey=""+child.idEntry> <#if map_id_entry_list_record_field?? && map_id_entry_list_record_field[entryKey]??> ${child.getHtmlFormEntry( locale,map_id_entry_list_record_field[entryKey],false )} <#else> ${child.getHtmlFormEntry( locale,false )}
<#else> <#assign entryKey=""+entry.idEntry> <#if map_id_entry_list_record_field?? && map_id_entry_list_record_field[entryKey]??> ${entry.getHtmlFormEntry( locale,map_id_entry_list_record_field[entryKey],false )} <#else> ${entry.getHtmlFormEntry( locale,false )}
<@initEditor />