{{#if this.chatProgressBarContainer}} {{#in-element this.chatProgressBarContainer}} {{/in-element}} {{/if}}
{{#if this.site.mobileView}} {{d-icon "chevron-left"}} {{/if}} {{i18n "chat.browse.title"}} {{#if this.currentUser.staff}} {{/if}}
{{#if (and (not this.channels.length) (not this.isLoading))}}
{{i18n "chat.empty_state.title"}}

{{i18n "chat.empty_state.direct_message"}}

{{i18n "chat.empty_state.direct_message_cta"}}
{{else if this.channels.length}}
{{#each this.channels as |channel|}} {{/each}}
{{#unless this.isLoading}} {{/unless}}
{{/if}}