<@row> <@columns> <@fieldSet legend='#i18n{module.workflow.notification.task_notification_config.title}'> <@formGroup labelFor='idMailingList' labelKey='#i18n{module.workflow.notification.task_notification_config.label_mailing_list}' helpKey='#i18n{module.workflow.notification.task_notification_config.label_mailing_list_comment}' mandatory=true> <#assign default='-1'> <#if config?exists> <#assign default=config.idMailingList!> <@select name="idMailingList" items=mailing_list default_value=default size='sm' /> <@formGroup labelFor='senderName' labelKey='#i18n{module.workflow.notification.task_notification_config.label_sender_name}' helpKey='#i18n{module.workflow.notification.task_notification_config.label_sender_name_comment}' mandatory=true> <#assign sender=default_sender_name> <#if config?exists> <#assign sender=config.senderName> <@input type='text' size='sm' name='senderName' value=sender maxlength=255 /> <@formGroup labelFor='subject' labelKey='#i18n{module.workflow.notification.task_notification_config.label_subject}' helpKey='#i18n{module.workflow.notification.task_notification_config.label_subject_comment' mandatory=true> <#assign subject=''> <#if config?exists> <#assign subject=config.subject> <@input type='text' size='sm' name='subject' value=subject maxlength=255 /> <@formGroup labelFor='message' labelKey='#i18n{module.workflow.notification.task_notification_config.label_message}' helpKey='#i18n{module.workflow.notification.task_notification_config.label_message_comment}' mandatory=true> <@input type='textarea' name='message'>${subject}