<@formGroup labelFor='list_provider' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_config_provider}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_config_provider_helper}' mandatory=true> <@select name='list_provider' items=list_provider default_value='${config.idSpringProvider!}' /> <#if list_marker_provider?? && list_marker_provider?has_content> <@formGroup labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_marker_providers}'> <#list list_marker_provider as marker_provider> <#assign found = false /> <#list config.markerProviders as selected_marker_provider> <#if marker_provider.id == selected_marker_provider> <@checkBox name='marker_providers' id='marker_providers_${marker_provider?index}' labelFor='marker_providers_${marker_provider?index}' labelKey='#i18n{${marker_provider.titleI18nKey}}' value='${marker_provider.id}' checked=true mandatory=false /> <#assign found = true /> <#if !found > <@checkBox name='marker_providers' id='marker_providers_${marker_provider?index}' labelFor='marker_providers_${marker_provider?index}' labelKey='#i18n{${marker_provider.titleI18nKey}}' value="${marker_provider.id}" mandatory=false /> <@formGroup labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demand_status}'> <#if config.demandStatus = 1> <@checkBox name='demand_status' id='demand_status' labelFor='demand_status' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demand_status_helper}' checked=true mandatory=false /> <#else> <@checkBox name='demand_status' id='demand_status' labelFor='demand_status' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demand_status_helper}' mandatory=false />