{{! 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 body_to_render}}
{{rendered_markdown body_to_render}}
{{/if}}
{{ posted_or_edited }} {{ edited_by }}

{{/each}}