{{#if currentUser.should_be_redirected_to_top}}
{{currentUser.redirected_to_top_reason}}
{{/if}}
{{#if content.yearly}}
{{i18n filters.top.this_year}}
{{basic-topic-list topicList=content.yearly hideCategory=hideCategory}}
{{#if content.yearly.topics.length}}
{{i18n show_more}}{{/if}}
{{/if}}
{{#if content.monthly}}
{{i18n filters.top.this_month}}
{{basic-topic-list topicList=content.monthly hideCategory=hideCategory}}
{{#if content.monthly.topics.length}}
{{i18n show_more}}{{/if}}
{{/if}}
{{#if content.weekly}}
{{i18n filters.top.this_week}}
{{basic-topic-list topicList=content.weekly hideCategory=hideCategory}}
{{#if content.weekly.topics.length}}
{{i18n show_more}}{{/if}}
{{/if}}
{{#if content.daily}}
{{i18n filters.top.today}}
{{basic-topic-list topicList=content.daily hideCategory=hideCategory}}
{{#if content.daily.topics.length}}
{{i18n show_more}}{{/if}}
{{/if}}