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

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

<#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}

<#list workgroup_list as workgroup>

checked="checked" /> ${workgroup.item.description!}
     #i18n{module.workflow.assignment.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" />