{{#if (and this.chatStateManager.isFullPageActive this.includeHeader)}}
{{#if this.site.mobileView}}
{{/if}} {{#if this.showCloseFullScreenBtn}}
{{/if}}
{{/if}}
{{#if (or this.loading this.loadingMorePast)}} {{/if}} {{#each this.messages as |message|}} {{/each}} {{#if this.loadingMoreFuture}} {{/if}}
{{#if this.allPastMessagesLoaded}}
{{i18n "chat.all_loaded"}}
{{/if}}
{{#if this.showScrollToBottomBtn}}
{{#if this.hasNewMessages}} {{i18n "chat.scroll_to_new_messages"}} {{/if}} {{d-icon "arrow-down"}}
{{/if}} {{#if this.selectingMessages}} {{else}} {{#if (or this.chatChannel.isDraft this.chatChannel.isFollowing)}} {{else}} {{/if}} {{/if}}