{{yield}} {{#if (not loading)}}
{{#each flashMessages.queue as |flash|}} {{#let (lowercase component.flashType) (lowercase flash.action) as |status type|}} {{! flashes automatically ucfirst the type }} {{/let}} {{/each}}
{{#if authorized}} {{/if}}
{{yield}}
{{#if authorized}} {{yield}} {{/if}}
{{yield}}
{{#if authorized}} {{yield}} {{/if}}
{{/if}}
{{#if loading}} {{else}} {{#if (not enabled) }} {{yield}} {{else if (not authorized)}} {{yield}} {{else}} {{yield}} {{/if}} {{/if}}