{{#if this.chatStateManager.isDrawerActive}}
{{#if (and this.draftChannelView this.chatStateManager.isDrawerExpanded) }}
{{d-icon "chevron-left"}}
{{i18n "chat.direct_message_creator.title"}}
{{else if this.chatView}} {{#if this.chatStateManager.isDrawerExpanded}} {{d-icon "chevron-left"}} {{/if}} {{#if this.chat.activeChannel}} {{#if this.chatStateManager.isDrawerExpanded}}
{{else}}
{{#if this.unreadCount}} {{this.unreadCount}} {{/if}}
{{/if}} {{/if}} {{else}}
{{i18n "chat.heading"}}
{{/if}}
{{#if this.chatStateManager.isDrawerExpanded}} {{/if}} {{#if this.showClose}} {{/if}}
{{#if this.chatStateManager.isDrawerExpanded}}
{{#if (and this.chatView this.chat.activeChannel)}} {{else if this.draftChannelView}} {{else}} {{/if}}
{{/if}}
{{/if}}