{{#if this.showNav}} {{! template-lint-disable block-indentation }} {{#if this.namespaceService.inRootNamespace}} {{else if (and (has-permission "clients" routeParams="activity") (not this.cluster.dr.isSecondary) this.auth.currentToken )}} {{/if}} {{! template-lint-enable block-indentation }} {{/if}}
{{#each this.flashMessages.queue as |flash|}} {{#if flash.componentName}} {{component flash.componentName content=flash.content}} {{else}} {{/if}} {{/each}}
{{#if this.currentlyLoading}} {{else}} {{#if this.showNav}}
{{outlet}}
{{else}} {{outlet}} {{/if}} {{/if}}