{{this.namespaceDisplay}}
Current namespace
{{#unless this.isUserRootNamespace}} {{/unless}}
Namespaces
{{#if (includes "" this.lastMenuLeaves)}} {{! leaf is '' which is the root namespace, and then we need to iterate the root leaves }}
{{#each this.rootLeaves as |rootLeaf|}} {{/each}}
{{/if}} {{#each this.lastMenuLeaves as |leaf|}} {{#if leaf}}
{{#each-in (get this.namespaceTree leaf) as |leafName|}} {{/each-in}}
{{/if}} {{/each}} {{#if this.canList}}
Manage Namespaces
{{/if}}