{{#if this.channel.isDraft}}
{{this.channel.title}} {{#if (has-block)}} {{yield}} {{/if}}
{{else}} {{#if this.channel.isDirectMessageChannel}}
{{#if this.multiDm}} {{this.channel.chatable.users.length}} {{else}} {{/if}}
{{#if this.multiDm}} {{this.usernames}} {{else}} {{#let this.channel.chatable.users.firstObject as |user|}} {{user.username}} {{#if this.showUserStatus}} {{/if}} {{/let}} {{/if}}
{{#if (has-block)}} {{yield}} {{/if}}
{{else if this.channel.isCategoryChannel}}
{{d-icon "hashtag"}} {{#if this.channel.chatable.read_restricted}} {{d-icon "lock" class="chat-channel-title__restricted-category-icon"}} {{/if}} {{replace-emoji this.channel.escapedTitle}} {{#if (has-block)}} {{yield}} {{/if}}
{{/if}} {{/if}}