{{#each topics}}
{{#if can_manage_topic}} {{/if}}
{{#if new_topic}}
{{{i18n "new"}}}
{{/if}} {{#if new_replies}}
{{{new_replies}}}
{{/if}}
{{name}} {{{i18n "posted"}}} {{post_created}}
{{#if in_search}} {{else}} {{#if new_replies}} {{else}} {{/if}} {{/if}}
{{{message}}}
{{#if overflow}} {{i18n "read more"}} {{/if}}
{{#if tags}}
{{#each tags}} {{tag}} {{/each}}
{{/if}}
{{no_replies}}{{{i18n "replies"}}}
{{no_views}}{{{i18n "views"}}}
{{#if last_post_time}}
{{{i18n "recent by"}}} {{last_post_name}}  ·  {{last_post_time}}
{{/if}}
{{/each}}