<#include "/admin/util/editor/editor.html" />
#i18n{module.workflow.ideation.task_notify_ideation_config.title}
<#if config?exists && config.senderName?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_sender_name_comment}
<#if config?exists && config.senderEmail?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_sender_email_comment}
<#if config?exists && config.recipientsCc?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_recipients_cc_comment}
<#if config?exists && config.recipientsBcc?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_recipients_bcc_comment}
<#assign submitterChecked= config?? && config.submitter> <#assign followersChecked= config?? && config.followers>
checked="checked"/>
checked="checked"/>
<#if config?exists && config.subject?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_subject_comment}
<#if config?exists && config.message?has_content> <#else> #i18n{module.workflow.ideation.task_notify_ideation_config.label_message_comment}
TODO document freemarker model
<@initEditor />