mirror of https://github.com/zulip/zulip.git
18 lines
374 B
Handlebars
18 lines
374 B
Handlebars
|
{{#each message_groups}}
|
||
|
{{#with this}}
|
||
|
|
||
|
{{#if show_date_separator}}
|
||
|
<div class="date_row no-select">{{{show_date}}}</div>
|
||
|
{{/if}}
|
||
|
|
||
|
<div class="recipient_row">
|
||
|
{{partial "archive_recipient_row" }}
|
||
|
{{#each message_containers}}
|
||
|
{{{ this }}}
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
|
||
|
|
||
|
{{/with}}
|
||
|
{{/each}}
|