#i18n{module.workflow.taskautomaticassignment.task_config.title}

<#if config?exists && config.title??> <#else>
#i18n{module.workflow.taskautomaticassignment.task_config.label_title}

<@combo 'directory' config.idDirectory directory_list />
#i18n{module.workflow.taskautomaticassignment.task_config.label_directory_comment}

<#if config??> <#if config.entryList??>

#i18n{module.workflow.taskautomaticassignment.task_config.entry_list.title}

<#if config.entryList?size = 0> #i18n{module.workflow.taskautomaticassignment.task_config.entry_list.label.noentry} <#else> <#list config.entryList as entry>
#i18n{module.workflow.taskautomaticassignment.task_config.label.entry} #i18n{module.workflow.taskautomaticassignment.task_config.label.actions}
${entry.title}


<#if config?exists && config.notify> <#else>

<#if full_entry_list??>

#i18n{module.workflow.taskautomaticassignment.task_config.full_entry_list.title}

<#if full_entry_list?size = 0> #i18n{module.workflow.taskautomaticassignment.task_config.entry_list.label.noentry} <#else> <#list full_entry_list as entry> <#if entry?? && entry.title??>
#i18n{module.workflow.taskautomaticassignment.task_config.label.entry} #i18n{module.workflow.taskautomaticassignment.task_config.label.freemarker}
${entry.title} ${entry_${entry.idEntry}}


<#if config?exists&&config.senderName?exists> <#else>
#i18n{module.workflow.taskautomaticassignment.task_config.label_user_name_comment}

<#if config?exists&&config.subject?exists> <#else>
#i18n{module.workflow.taskassignment.task_assignment_config.label_subject_comment}

<#if config?exists&&config.message?exists> <#else>
#i18n{module.workflow.taskassignment.task_assignment_config.label_message_comment}

<#list workgroup_list as workgroup>

checked="checked" /> ${workgroup.item.description}
     #i18n{module.workflow.taskassignment.task_assignment_config.label_notification} : <#if workgroup.config?exists> <@combo name="id_mailing_list_${workgroup.item.key}" items=mailing_list default_value=workgroup.config.idMailingList /> <#else> <@combo name="id_mailing_list_${workgroup.item.key}" items=mailing_list default_value="-1" />