<: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}}
Create library
{{/if}}
{{else}}
{{#each this.filteredLibraries as |library|}}
{{library.name}}
{{#if library.libraryPath.isLoading}}
{{else}}
Edit
Details
{{#if library.canDelete}}
{{/if}}
{{/if}}
{{/each}}
{{/if}}