{{! Client-side Mustache template for rendering messages.}} {{#each message_groups}} {{#with this}} {{#if show_date_separator}}
{{{show_date}}}
{{/if}} {{#if bookend_top}} {{partial "bookend"}} {{/if}}
{{partial "recipient_row" "use_match_properties" ../use_match_properties}} {{#each message_containers}} {{#with this}} {{partial "single_message" "use_match_properties" ../../use_match_properties "table_name" ../../table_name}} {{/with}} {{/each}}
{{#if bookend_bottom}} {{partial "bookend"}} {{/if}} {{/with}} {{/each}}