#i18n{module.form.processornotifysender.configuration_notify_sender.title} <@formGroup labelFor='id_entry_email_sender' labelKey='#i18n{module.form.processornotifysender.configuration_notify_sender.email_sender}' helpKey='#i18n{module.form.processornotifysender.configuration_notify_sender.email_sender_comment}' rows=2> <#if configuration?exists> <@comboWithParams name="id_entry_email_sender" items=entry_list default_value="${configuration.idEntryEmailSender}" additionalParameters="class='form-control input-sm'" /> <#else> <@comboWithParams name="id_entry_email_sender" items=entry_list default_value="-1" additionalParameters="class='form-control input-sm'" /> <#if permission_send_attachments> <@formGroup labelKey='#i18n{module.form.processornotifysender.configuration_notify_sender.send_attachments}' rows=2> <@checkBox labelFor='' labelKey='#i18n{module.form.processornotifysender.configuration_notify_sender.send_attachments_comment}' value='1' name='send_attachments' checked=configuration?exists&&configuration.sendAttachments /> <@formGroup labelFor='mail_message' labelKey='#i18n{module.form.processornotifysender.configuration_notify_sender.mail_message}' helpKey=messageRecap rows=2> <@input type='textarea' name='mail_message' id='message' rows=10><#if configuration?exists>${configuration.message}