<#include "/admin/plugins/form/modify_form/tabs.html" />
<@modifyFormLeftColumn form=form category_list=category_list />
<@tabs tab="advanced" />
#i18n{form.createForm.frontOfficeTitleComment}
#i18n{form.createForm.frontOfficeTitleIsShownComment}
<@comboWithParams name="workgroup" additionalParameters="class='form-control input-sm'" items=user_workgroup_list default_value=form.workgroup /> #i18n{form.createForm.labelWorkgroupComment}
<@comboWithParams name="id_mailing_list" additionalParameters="class='form-control input-sm'" items=mailing_list default_value="${form.idMailingList}" /> #i18n{form.createForm.labelNotifyComment}
<#if is_active_captcha>
#i18n{form.createForm.labelActiveCaptchaComment}
<@comboWithParams name="id_theme_list" additionalParameters="class='form-control input-sm'" items=theme_list default_value=form.codeTheme />
#i18n{form.createForm.labelLimitNumberResponseComment}
#i18n{form.createForm.labelStoreAdresseComment}
<#if is_active_mylutece_authentification>
#i18n{form.createForm.labelActiveMyLuteceAuthentificationComment}
#i18n{form.createForm.labelActiveRequirementComment}
#i18n{form.createForm.labelInformationComplementary_comment}
#i18n{form.createForm.labelSupportHTTPS_comment}