{{#if loaded}} {{#if topics}} {{#unless controller.hideCategory}} {{/unless}} {{#if controller.showParticipants}} {{/if}} {{#grouped-each topic in topics}} {{#unless controller.hideCategory}} {{/unless}} {{posts-count-column topic=topic class="num" action="clickedPosts"}} {{#if controller.showParticipants}} {{/if}} {{activity-column topic=topic class="num"}} {{/grouped-each}}
{{i18n topic.title}}{{i18n category_title}}{{i18n posts}}{{i18n users}}{{i18n views}} {{i18n activity}}
{{category-link topic.category showParent=true}} {{#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}}
{{/if}}