<#if config?exists> <#if edit_record?exists>

#i18n{module.workflow.editrecord.task_edit_record_information.label_message} : <#if edit_record.message??>${edit_record.message}

#i18n{module.workflow.editrecord.task_edit_record_information.label_is_complete}

<#if edit_record.isComplete( )>
#i18n{module.workflow.editrecord.task_edit_record_information.label_completed}
<#else>
#i18n{module.workflow.editrecord.task_edit_record_information.label_not_completed}
<#if list_entries?exists && list_entries?has_content>

#i18n{module.workflow.editrecord.task_edit_record_information.label_list_entries}

<#list list_entries as entry> ${entry.title} <#if entry_has_next>