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

#i18n{directory.modify_entry.title_field} : '${entry.directory.title}'


#i18n{directory.create_entry.label_title_comment}


#i18n{directory.create_entry.label_help_message_comment}


#i18n{directory.create_entry.label_help_message_search_comment}

#i18n{${entry.entryType.titleI18nKey}}

<#if entry.mapProvider?has_content> <@combo name="map_provider" items=entry.mapProvidersRefList default_value="${entry.mapProvider.key}"/> <#else> <@combo name="map_provider" items=entry.mapProvidersRefList default_value="-1"/>

<#if entry.mandatory> <#else>


#i18n{directory.create_directory.label_advancedsettings}

<#if entry.indexed> <#else>

<#if entry.shownInAdvancedSearch> <#else>
#i18n{directory.create_entry.label_shown_in_advanced_search_comment}

checked="checked" >

checked="checked" >

<#if entry.shownInResultList> <#else>
#i18n{directory.create_entry.label_shown_in_result_list_comment}

<#if entry.shownInResultRecord> <#else>
#i18n{directory.create_entry.label_shown_in_result_record_comment}

<#if entry.shownInHistory> <#else>
#i18n{directory.create_entry.label_shown_in_history_comment}

<#if entry.shownInExport> <#else>
#i18n{directory.create_entry.label_shown_in_export_comment}

<#if entry.shownInCompleteness> <#else>
#i18n{directory.create_entry.label_shown_in_completeness_comment}

<#assign checked = ""> <#if entry.fields?? && entry.fields?has_content> <#list entry.fields as field> <#if field?? && field.title = "showxy"> <#if field.value = "true"> <#assign checked = "checked=\"checked\""> <#break>
#i18n{directory.create_entry.label_showxy_comment}

#i18n{directory.message.warning.entry_advanced_parameters_save}