{{! template-lint-disable no-invalid-interactive }} {{#if (and this.showActions this.site.mobileView this.chatMessageActionsMobileAnchor ) }} {{#in-element this.chatMessageActionsMobileAnchor}} {{/in-element}} {{/if}} {{#if (and this.showActions this.site.desktopView this.chatMessageActionsDesktopAnchor ) }} {{#in-element this.chatMessageActionsDesktopAnchor}} {{/in-element}} {{/if}}
{{#if this.show}} {{#if @selectingMessages}} {{/if}} {{#if this.deletedAndCollapsed}}
{{else if this.hiddenAndCollapsed}}
{{else}}
{{#if @message.in_reply_to}}
{{d-icon "share" title="chat.in_reply_to"}} {{#if @message.in_reply_to.chat_webhook_event.emoji}} {{else}} {{/if}} {{replace-emoji @message.in_reply_to.excerpt}}
{{/if}} {{#if this.hideUserInfo}} {{else}} {{/if}}
{{#unless this.hideUserInfo}} {{/unless}} {{#if this.hasReactions}}
{{#if this.reactionLabel}}
{{replace-emoji this.reactionLabel}}
{{/if}} {{#each-in @message.reactions as |emoji reactionAttrs|}} {{/each-in}} {{#if @canInteractWithChat}} {{#unless this.site.mobileView}} {{/unless}} {{/if}}
{{/if}}
{{#if @message.error}}
{{#if (eq @message.error "network_error")}} {{i18n "chat.retry_staged_message.title"}} {{i18n "chat.retry_staged_message.action"}} {{else}} {{@message.error}} {{/if}}
{{/if}}
{{/if}} {{/if}}