{{#each posts}}
{{#if is_topic}} {{#if can_manage_topic}} {{/if}} {{else}} {{#if can_manage_post}} {{/if}} {{/if}}
{{name}}
{{#if in_search}} {{{i18n "posted"}}} {{post_created}} {{else}} {{{i18n "posted"}}} {{post_created}} {{/if}}
{{{message}}}
{{imessage}}
{{#if signature}}
{{{signature}}}
{{/if}}
{{#if can_reply}}
{{{i18n "reply"}}}
{{/if}}
{{/each}}