<#include "/admin/plugins/workflow/modules/notifygru/include/commons.html"/> <@row> <@columns>

#i18n{module.workflow.notifygru.task_notify_gru_config.title_sms}

<@button type='submit' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_remove}' hideTitle=['all'] name='apply' id='remove-config-sms' value='RemoveNotificationConfig_sms' buttonIcon='trash' color='danger' size='sm' />
<@row> <@columns sm=8> <@formGroup labelFor='message_sms' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_sms}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_comment_sms}' mandatory=true rows=2> <#if config?exists> <@input type='textarea' name='message_sms' id='message_sms' rows=10 cols=45>${(config.messageSMS)!''} <#if config?exists && config.isBillingAccountBasedSmsNotification()> <@formGroup labelFor='billing_account_sms' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_billing_account_sms}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_comment_billing_account_sms}' mandatory=true rows=2> <@input type='text' name='billing_account_sms' id='billing_account_sms' value='${(config.billingAccountSMS)!\'\'}'/> <@formGroup labelFor='billing_group_sms' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_billing_group_sms}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_comment_billing_group_sms}' mandatory=true rows=2> <@input type='text' name='billing_group_sms' id='billing_group_sms' value='${(config.billingGroupSMS)!\'\'}' /> <@columns sm=4> <@marker_descriptions />