- {{topic-status topic=topic}}
- {{{unbound topic.fancy_title}}}
- {{topic-post-badges unread=topic.unread
- newPosts=topic.new_posts
- unseen=topic.unseen
- url=topic.lastUnreadUrl}}
+ {{topic-status topic=this}}
+ {{{unbound fancy_title}}}
+ {{topic-post-badges unread=unread
+ newPosts=new_posts
+ unseen=unseen
+ url=lastUnreadUrl}}
|
- {{raw "list/category-column" hideCategory=controller.hideCategory category=topic.category}}
+ {{raw "list/category-column" hideCategory=controller.hideCategory category=category}}
- {{posts-count-column topic=topic class="num" action="clickedPosts"}}
+ {{posts-count-column topic=this class="num" action="clickedPosts"}}
{{#if controller.showParticipants}}
- {{#each topic.participants}}
+ {{#each participants}}
{{/each}}
|
{{/if}}
-
- {{number topic.views numberKey="views_long"}}
+ |
+ {{number views numberKey="views_long"}}
|
- {{raw "list/activity-column" topic=topic class="num" tagName="td"}}
+ {{raw "list/activity-column" topic=this class="num" tagName="td"}}
- {{/grouped-each}}
+ {{/each}}