<@row> <@columns> <@fieldSet legend='#i18n{module.workflow.comment.task_comment_config.title}'> <@formGroup labelFor='title' labelKey='#i18n{module.workflow.comment.task_comment_config.label_title}' helpKey='#i18n{module.workflow.comment.task_comment_config.label_title_comment}' mandatory=true> <#assign titleValue=''> <#if config?exists> <#assign titleValue=config.title> <@input type='text' size='sm' name='title' value=titleValue maxlength=255 /> <@formGroup labelFor='mandatory' labelKey='#i18n{module.workflow.comment.task_comment_config.label_mandatory}' helpKey='#i18n{module.workflow.comment.task_comment_config.label_mandatory_comment}'> <@radioButton name='mandatory' value='true' labelKey='#i18n{module.workflow.comment.task_comment_config.label_yes}' checked=config?exists&&config.mandatory /> <@radioButton name='mandatory' value='false' labelKey='#i18n{module.workflow.comment.task_comment_config.label_no}' checked=config?exists&&!config.mandatory /> <@formGroup labelFor='richText' labelKey='#i18n{module.workflow.comment.task_comment_config.label_richtext}' helpKey='#i18n{module.workflow.comment.task_comment_config.label_richtext_comment}'> <@radioButton name='richText' value='true' labelKey='#i18n{module.workflow.comment.task_comment_config.label_yes}' checked=config?exists&&config.richText /> <@radioButton name='richText' value='false' labelKey='#i18n{module.workflow.comment.task_comment_config.label_no}' checked=config?exists&&!config.richText />