{{! Client-side Mustache template for rendering messages.}} {{! Because we use table-layout: fixed for the Message table, all the column widths are computed from the first row; these CSS classes specify the widths for that first, collapsed row. (Otherwise, colspan breaks everything).}} {{#include_layout_row}} {{/include_layout_row}} {{#each messages}} {{#with this}} {{#include_bookend}} {{/include_bookend}} {{#include_recipient}} {{#if is_stream}} {{#if invite_only}}{{/if}} {{display_recipient}}   >   {{subject}} {{else}} You and {{display_reply_to}} {{/if}} {{/include_recipient}} {{#include_sender}} {{/include_sender}}

{{#include_sender}} {{sender_full_name}} {{/include_sender}}
{{! If include_sender is not set, we will never show this link anyway. }} {{#include_sender}}« Info{{/include_sender}} {{{timestr}}}
{{{content}}}
{{/with}} {{/each}}