{{#unless status_message}}
{{#if include_sender}}
{{> message_avatar}}
{{msg/sender_full_name}}
{{#if sender_is_bot}}
{{/if}}
{{/if}}
{{/unless}}
{{#if status_message}}
{{> me_message}}
{{/if}}
{{#unless include_sender}}
{{/unless}}
{{timestr}}
{{#if edited_alongside_sender}}
{{> edited_notice}}
{{/if}}
{{> message_controls}}
{{#unless status_message}}
{{#if use_match_properties}}{{{msg/match_content}}}{{else}}{{{msg/content}}}{{/if}}
{{/unless}}
{{#if edited_in_left_col}}
{{> edited_notice}}
{{/if}}
{{t "[More...]" }}
{{t "[Condense message]" }}
{{> message_reactions }}