#i18n{module.workflow.assignment.task_assignment_config.title}

<#if config?exists> <#else>
#i18n{module.workflow.assignment.task_assignment_config.label_title}

<#if config?exists&&config.multipleOwner> <#else>
#i18n{module.workflow.assignment.task_assignment_config.label_multiple_owner_comment}

<#list workgroup_list as workgroup>

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

<#if workgroup_list?size = 0 >

 

#i18n{module.workflow.assignment.task_assignment_config.label_workgroups_comment}

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

<#if config?exists && config.useUserName> <#else>
#i18n{module.workflow.assignment.task_assignment_config.label_user_name_comment}

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

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