#function hasChildShownInCompleteness entry> <#if entry.children?has_content> <#list entry.children as child > <#if child.shownInCompleteness> <#return true> #if> #list> #if> <#return false> #function> <#if config?exists>
#i18n{module.workflow.editrecord.task_edit_record_form.label_list_entries}
<#assign index = 0> <#list list_entries as entry> <#if entry.shownInCompleteness> <@formGroup> <@checkBox labelKey='${entry.title}' name='ids_entry_${config.idTask}' value='${entry.idEntry}' /> @formGroup> <#elseif entry.entryType.group> <#if hasChildShownInCompleteness( entry )> #if> #if> #list>