<#if config?exists>
<#else>
#if>
#i18n{module.workflow.assignment.task_assignment_config.label_title}
<#if config?exists&&config.multipleOwner>
<#else>
#if>
#i18n{module.workflow.assignment.task_assignment_config.label_multiple_owner_comment}
<#list workgroup_list as workgroup>
<#if workgroup_index != 0> #if> checked="checked" #if> /> ${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>
#list> <#if workgroup_list?size = 0 >#if>
#i18n{module.workflow.assignment.task_assignment_config.label_workgroups_comment}
<#if config?exists && config.notify>
<#else>
#if>
<#if config?exists && config.useUserName>
<#else>
#if>
#i18n{module.workflow.assignment.task_assignment_config.label_user_name_comment}
<#if config?exists && config.subject?exists>
<#else>
#if>
#i18n{module.workflow.assignment.task_assignment_config.label_subject_comment}
<#if config?exists && config.message?exists>
<#else>
#if>
#i18n{module.workflow.assignment.task_assignment_config.label_message_comment}