{{#if selected}}
{{/if}}
{{#if top}} {{#if yearly}}

 {{i18n filters.top.this_year}}

{{/if}} {{#if monthly}}

 {{i18n filters.top.this_month}}

{{/if}} {{#if weekly}}

 {{i18n filters.top.this_week}}

{{/if}} {{#if daily}}

 {{i18n filters.top.today}}

{{/if}} {{/if}} {{#if showTable}} {{#if currentUser}} {{/if}} {{#sortable-heading sortBy="default" action="changeSort" order=order ascending=ascending}} {{i18n topic.title}} {{/sortable-heading}} {{#unless controller.hideCategory}} {{#sortable-heading sortBy="category" action="changeSort" order=order ascending=ascending}} {{i18n category_title}} {{/sortable-heading}} {{/unless}} {{#sortable-heading sortBy="posters" action="changeSort" order=order ascending=ascending}} {{i18n users}} {{/sortable-heading}} {{#sortable-heading sortBy="posts" number=true action="changeSort" order=order ascending=ascending}} {{i18n posts}} {{/sortable-heading}} {{#sortable-heading sortBy="likes" number=true action="changeSort" order=order ascending=ascending}} {{i18n likes}} {{/sortable-heading}} {{#sortable-heading sortBy="views" number=true action="changeSort" order=order ascending=ascending}} {{i18n views}} {{/sortable-heading}} {{#sortable-heading sortBy="activity" number=true colspan="2" action="changeSort" order=order ascending=ascending}} {{i18n activity}} {{/sortable-heading}} {{#if topicTrackingState.hasIncoming}} {{/if}} {{each topics itemController="topic-list-item" itemViewClass="Discourse.TopicListItemView"}}
{{#if canBulkSelect}} {{/if}}
{{countI18n new_topics_inserted count=topicTrackingState.incomingCount}} {{i18n show_new_topics}}
{{/if}}