#include "/admin/plugins/workflow/modules/notifygru/include/commons.html"/>
<@row>
<@columns>
#i18n{module.workflow.notifygru.task_notify_gru_config.title_guichet}
<@button type='submit' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_remove}' hideTitle=['all'] name='apply' id='remove-config-guichet' value='RemoveNotificationConfig_guichet' buttonIcon='trash' color='danger' size='sm' />
@columns>
@row>
<@row>
<@columns sm=8>
<@formGroup labelFor='status_text_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_status_text_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_status_text_guichet_helper}' mandatory=true rows=2>
<#if config?exists && config.statustextGuichet?has_content>
<#assign inputValue = config.statustextGuichet! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='status_text_guichet' value=inputValue maxlength=255 />
@formGroup>
<@formGroup labelFor='sender_name_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_sender_name_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_sender_name_comment_guichet}' mandatory=true rows=2>
<#if config?exists && config.senderNameGuichet?has_content>
<#assign inputValue = config.senderNameGuichet! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='sender_name_guichet' value=inputValue maxlength=255 />
@formGroup>
<@formGroup labelFor='subject_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_subject_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_subject_comment_guichet}' mandatory=true rows=2>
<#if config?exists && config.subjectGuichet?has_content>
<#assign inputValue = config.subjectGuichet! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='subject_guichet' value=inputValue maxlength=255 />
@formGroup>
<@formGroup labelFor='message_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_comment_guichet}' mandatory=true rows=2>
<@input type='textarea' name='message_guichet' id='message_guichet' rows=15 cols=70 richtext=true><#if config?exists && config.messageGuichet?has_content>${config.messageGuichet!}#if>@input>
@formGroup>
<@formGroup rows=2>
<@button type='button' id='myButton' params='data-loading-text="Loading..." autocomplete="off" onclick="showhideConfEtapes()"' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_config_state}' buttonIcon='caret-down' id='iconeConfEtapes' />
@formGroup>
<@div id='conf_etapes'>
<@formGroup labelFor='demand_max_step_uichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_max_step_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_max_step_guichet_helper}' rows=2>
<#if config?exists && config.demandMaxStepGuichet?has_content && config.demandMaxStepGuichet!=-1>
<@input type='number' name='demand_max_step_uichet' id='demand_max_step_uichet' value='${config.demandMaxStepGuichet}' maxlength=255 />
<#else>
<@input type='number' name='demand_max_step_uichet' id='demand_max_step_uichet' value='1' maxlength=255 />
#if>
@formGroup>
<@formGroup labelFor='demand_user_current_step_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_current_step_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_current_step_guichet_helper}' rows=2>
<#if config?exists && config.demandUserCurrentStepGuichet?has_content && config.demandUserCurrentStepGuichet!=-1>
<@input type='number' name='demand_user_current_step_guichet' value='${config.demandUserCurrentStepGuichet}' maxlength=255 />
<#else>
<@input type='number' name='demand_user_current_step_guichet' value='1' maxlength=255 />
#if>
@formGroup>
@div>
@columns>
<@columns sm=4>
<@marker_descriptions />
@columns>
@row>