<#include "/admin/plugins/form/commons.html" />

#i18n{form.manage_advanced_parameters.label_create_form_default_values}

<#if is_active_captcha>


#i18n{form.createForm.labelActiveCaptchaComment}


#i18n{form.createForm.labelLimitNumberResponseComment}


#i18n{form.createForm.labelStoreAdresseComment}

<#if is_active_mylutece_authentification>


#i18n{form.createForm.labelActiveMyLuteceAuthentificationComment}


#i18n{form.createForm.labelActiveRequirementComment}


#i18n{form.createForm.labelSupportHTTPS_comment}

<@combo name="id_theme_list" items=theme_list default_value=getName('id_theme_list',list_form_param_default_values)!default_theme />

#i18n{form.manage_advanced_parameters.label_create_entry_default_values}

<#assign presentation_type = getName('field_in_line',list_entry_param_default_values)!1>

<#if list_export_param?? && list_export_param?has_content>

#i18n{form.manage_advanced_parameters.label_export_encoding_parameters}

<@combo name="id_export_format_daemon" items=export_format_list default_value=getName('id_export_format_daemon',list_export_param) />

<@combo name="export_daemon_type" items=export_daemon_type_list default_value=getName('export_daemon_type',list_export_param) />

<#if permission_manage_export_format || permission_manage_default_message || permission_manage_category>

#i18n{form.home.title}

<#if permission_manage_export_format> <#if permission_manage_default_message> <#if permission_manage_category>
#i18n{form.home.labelExportFormat} #i18n{form.home.labelExportFormatComment}
#i18n{form.home.labelDefaultMessage} #i18n{form.home.labelDefaultMessageComment}
#i18n{form.home.labelCategory} #i18n{form.home.labelCategoryComment}