<#include "/admin/plugins/directory/commons.html" />
#i18n{directory.create_entry.title_field} : '${entry.directory.title}' #i18n{${entry.entryType.titleI18nKey}}
#i18n{directory.create_entry.label_title_comment}
#i18n{directory.create_entry.labelArrayNameComment}
#i18n{directory.create_entry.button_cancel}
<#assign x=entry.numberRow> <#list 1..x+1 as i> <#assign y=entry.numberColumn> <#list 1..y+1 as j>
<#assign title=""> <#list entry.fields as field> <#assign value=i+"_"+j> <#if field.value == value> <#assign title=field.title!> <#if j==1 && i!=1> <#elseif i == 1 && j != 1> <#elseif i == 1 && j == 1> ${entry.comment} <#else>  
#i18n{directory.create_directory.label_advancedsettings}
#i18n{directory.create_entry.label_autocomplete_entry_comment}
#i18n{directory.create_entry.label_shown_in_advanced_search_comment}
#i18n{directory.create_entry.label_shown_in_result_list_comment}
#i18n{directory.create_entry.label_shown_in_result_record_comment}
#i18n{directory.create_entry.label_shown_in_history_comment}
#i18n{directory.create_entry.label_shown_in_export_comment}
#i18n{directory.create_entry.label_shown_in_completeness_comment}