{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }}
{{#if this.errorLoadingNamespaces}} {{else}}
{{#if (and this.hasSearchInput (not this.showNoNamespacesMessage))}}
{{this.searchInputHelpText}}
{{/if}}
{{this.namespaceLabel}}
{{#if this.showNoNamespacesMessage}} {{this.noNamespacesMessage}} {{/if}}
{{#each this.visibleNamespaceOptions as |option|}} {{option.label}} {{/each}}
{{/if}} {{#if this.canManageNamespaces}} {{/if}}