{{! Client-side Mustache template for rendering messages.}} {{#each message_groups}} {{#with this}} {{#if show_date}}
{{{show_date}}}
{{/if}} {{#if bookend_top}} {{partial "bookend"}} {{/if}}
{{#if is_stream}}
{{! stream link }} {{! invite only lock }} {{#if invite_only}} {{/if}} {{display_recipient}} {{! hidden narrow icon for copy-pasting }} > {{! topic stuff }} {{! topic link }} {{#if ../../../use_match_properties}} {{{match_subject}}} {{else}} {{subject}} {{/if}} {{! edit subject pencil icon }} {{#if always_visible_topic_edit}} {{else}} {{#if on_hover_topic_edit}} {{/if}} {{/if}} {{! exterior links (e.g. to a trac ticket) }} {{#each subject_links}} {{/each}}
{{else}}
{{/if}} {{#each messages}} {{#with this}} {{partial "single_message" "use_match_properties" ../../../../use_match_properties}} {{/with}} {{/each}}
{{#if bookend_bottom}} {{partial "bookend"}} {{/if}} {{/with}} {{/each}}