{{! Client-side Mustache template for viewing message edit history.}} {{#each edited_messages}} {{#if show_date_row}}
{{ display_date }}
{{/if}}
{{ timestamp }}
{{#if topic_edited}}

Topic: {{ new_topic }} {{ prev_topic }}

{{/if}} {{#if stream_changed}}

Stream: {{ new_stream }} {{ prev_stream }}

{{/if}} {{#if body_to_render}}
{{rendered_markdown body_to_render}}
{{/if}}
{{ edited_by_notice }}

{{/each}}