<#include "/admin/util/editor/editor.html" />
#i18n{module.workflow.editrecord.edit_record.page_title}
<#if edit_record.message?? && edit_record.message != ''>
${edit_record.message}
<#if id_directory_record??> <#if url_return?? && url_return != ''> <#if signature?? && signature != ''> <#if timestamp?? && timestamp != ''> <#list list_entries 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 />