{{#if this.chatProgressBarContainer}} {{#in-element this.chatProgressBarContainer}} {{/in-element}} {{/if}} {{#if (and this.channel.isDraft (not this.isLoading))}}
{{i18n "chat.direct_message_creator.prefix"}}
{{#each this.selectedUsers as |selectedUser|}} {{selectedUser.username}} {{d-icon "times"}} {{/each}}
{{#if this.shouldRenderResults}} {{#if this.users}}
    {{#each this.users as |user|}}
  • {{/each}}
{{else}} {{#if this.term.length}}

{{i18n "chat.direct_message_creator.no_results"}}

{{/if}} {{/if}} {{/if}}
{{/if}}