{{#if @message.chat_webhook_event}}
{{#if @message.chat_webhook_event.username}}
{{@message.chat_webhook_event.username}}
{{/if}}
{{i18n "chat.bot"}}
{{else}}
{{this.name}}
{{#if this.showStatus}}
{{/if}}
{{/if}}
{{format-chat-date @message @details}}
{{#if @message.bookmark}}
{{/if}}
{{#if this.isFlagged}}
{{#if @message.reviewable_id}}
{{d-icon "flag" title="chat.flagged"}}
{{else}}
{{d-icon "flag" title="chat.you_flagged"}}
{{/if}}
{{/if}}