{{#if loaded}} {{#if topics}} {{#unless controller.hideCategory}} {{/unless}} {{#if controller.showParticipants}} {{/if}} {{#grouped-each topic in topics}} {{raw "list/category-column" hideCategory=controller.hideCategory category=topic.category}} {{posts-count-column topic=topic class="num" action="clickedPosts"}} {{#if controller.showParticipants}} {{/if}} {{raw "list/activity-column" topic=topic class="num" tagName="td"}} {{/grouped-each}}
{{i18n topic.title}}{{i18n category_title}}{{i18n posts}}{{i18n users}}{{i18n views}} {{i18n activity}}
{{#each topic.participants}} {{avatar this usernamePath="user.username" imageSize="small"}} {{/each}} {{number topic.views numberKey="views_long"}}
{{else}}
{{i18n choose_topic.none_found}}
{{/if}} {{else}} {{loading-spinner}} {{/if}}