{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} <:toolbarFilters> {{#if (and (not @promptConfig) @libraries)}} {{/if}} <:toolbarActions> {{#if @promptConfig}} Configure LDAP {{else}} Create library {{/if}} {{#if @promptConfig}} {{else if (not this.filteredLibraries)}} {{#if this.filterValue}} {{else}} {{/if}} {{else}}
{{#each this.filteredLibraries as |library|}} {{library.name}} {{#if (or library.canRead library.canEdit library.canDelete)}} {{#if (this.isHierarchical library.name)}} Content {{else}} {{#if library.canEdit}} Edit {{/if}} {{#if library.canRead}} Details {{/if}} {{#if library.canDelete}} Delete {{/if}} {{/if}} {{/if}} {{/each}} {{#if this.libraryToDelete}} {{/if}}
{{/if}}