{{#if edit_history_access}} {{#if edited}} {{#if moved}}
{{t "View edit and move history"}}
{{else}}
{{t "View edit history"}}
{{/if}} {{else if moved}}
{{t "View move history"}}
{{/if}} {{else if message_moved_and_move_history_access}}
{{t "View move history"}}
{{/if}} {{#if edited}}
{{t 'Last edited {edited_time_string}.'}}
{{/if}} {{#if moved}}
{{t 'Last moved {moved_time_string}.'}}
{{/if}}
{{#if edit_history_access}} {{tooltip_hotkey_hints "Shift" "H"}} {{else if message_moved_and_move_history_access}} {{tooltip_hotkey_hints "Shift" "H"}} {{/if}}