<#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.mandatory> <#else>

<#if is_authentification_enabled&&(!is_association_entry_role || entry.roleAssociated)>

<#if entry.roleAssociated> <#else>
#i18n{directory.create_entry.label_role_associated_comment}

<#if !is_association_entry_workgroup|| entry.workgroupAssociated>

<#if entry.workgroupAssociated> <#else>
#i18n{directory.create_entry.label_workgroup_associated_comment}

#i18n{directory.create_directory.label_titleOpen} #i18n{directory.create_directory.label_titleClose} #i18n{directory.create_directory.label_advancedsettings}

#i18n{directory.create_entry.manage_field.title}

<@paginationAdmin paginator=paginator combo=1 /> <#assign cpt=0> <#list list as field> <#assign cpt=cpt+1>
#i18n{directory.create_entry.manage_field.row_title} #i18n{directory.create_entry.manage_field.row_value} #i18n{directory.create_entry.manage_field.row_default_value} #i18n{directory.create_entry.manage_field.row_key} #i18n{directory.create_entry.manage_field.row_actions}
${field.title} ${field.value} <#if field.defaultValue> ${field.idField} <#if cpt!=1> #i18n{directory.create_entry.manage_field.title_move_up} <#if field_has_next> #i18n{directory.create_entry.manage_field.title_move_down} #i18n{directory.create_entry.manage_field.title_delete}
<@paginationAdmin paginator=paginator />