{{#include_sender}}
{{! See ../js/notifications.js for another user of avatar_url. }}
{{#unless status_message}}
{{msg/sender_full_name}}
{{else}}
{{msg/sender_full_name}}
{{{ status_message }}}
{{/unless}}
{{#if_and last_edit_timestr include_sender}}
{{#if status_message}}
{{t "EDITED" }}
{{/if}}
{{/if_and}}
{{/include_sender}}
{{timestr}}
{{#if_and last_edit_timestr include_sender}}
{{#unless status_message}}
{{t "EDITED" }}
{{/unless}}
{{/if_and}}
{{#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]" }}