{{! Client-side Handlebars template for viewing message edit history. }} {{#each edited_messages}}
{{#if is_stream }}
{{ edited_by_notice }}
{{t "{edited_at_time}" }}
{{else}}
{{ edited_by_notice }}
{{t "{edited_at_time}" }}
{{/if}}
{{#if initial_entry_for_move_history}}

{{t "Channel" }}: {{ new_stream }}

{{t "Topic" }}: {{ new_topic_display_name }}

{{else}} {{#if stream_changed}}

{{t "Channel" }}: {{ new_stream }} {{ prev_stream }}

{{/if}} {{#if topic_edited}}

{{t "Topic" }}: {{ new_topic_display_name }} {{ prev_topic_display_name }}

{{/if}} {{#if body_to_render}}
{{ rendered_markdown body_to_render}}
{{/if}} {{/if}}
{{/each}}