<#include "/admin/plugins/form/commons.html" />
#i18n{form.manage_advanced_parameters.label_create_form_default_values}
#i18n{form.createForm.labelLimitNumberResponseComment}
#i18n{form.createForm.labelStoreAdresseComment}
<#if is_active_mylutece_authentification>
#i18n{form.createForm.labelActiveMyLuteceAuthentificationComment}
<#if is_active_captcha>
#i18n{form.createForm.labelActiveCaptchaComment}
#i18n{form.createForm.labelActiveRequirementComment}
#i18n{form.createForm.labelSupportHTTPS_comment}
<@comboWithParams name="id_theme_list" items=theme_list default_value=getName('id_theme_list',list_form_param_default_values)!default_theme additionalParameters="class='form-control input-sm'" />


#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}
<@comboWithParams name="id_export_format_daemon" items=export_format_list default_value=getName('id_export_format_daemon',list_export_param) additionalParameters="class='form-control input-sm'" />  
<@comboWithParams name="export_daemon_type" items=export_daemon_type_list default_value=getName('export_daemon_type',list_export_param) additionalParameters="class='form-control input-sm'" />
<@comboWithParams name="file_export_daemon_type" items=file_export_daemon_type_list default_value=getName('file_export_daemon_type',list_export_param) additionalParameters="class='form-control input-sm'" />