{{#include_sender}}
{{! See ../js/notifications.js for another user of avatar_url. }}
{{#if status_message}}
{{msg/sender_full_name}}
{{#if sender_is_bot}}
{{/if}}
{{{ status_message }}}
{{#if_and last_edit_timestr include_sender}}
{{t "EDITED" }}
{{/if_and}}
{{else}}
{{msg/sender_full_name}}
{{#if sender_is_bot}}
{{/if}}
{{/if}}
{{/include_sender}}
{{timestr}}
{{#if_and last_edit_timestr include_sender}}
{{#unless status_message}}
{{t "EDITED" }}
{{/unless}}
{{/if_and}}
{{#if msg/sent_by_me}}
{{else}}
{{/if}}
{{#unless msg/locally_echoed}}
{{/unless}}
{{#unless msg/locally_echoed}}
{{/unless}}
{{#unless status_message}}{{#if use_match_properties}}{{{msg/match_content}}}{{else}}{{{msg/content}}}{{/if}}{{/unless}}
{{#if last_edit_timestr}}
{{#unless include_sender}}
{{t "EDITED" }}
{{/unless}}
{{/if}}
{{t "[More...]" }}
{{t "[Condense this message]" }}
{{ partial "message_reactions" }}