{% endif %}
{% if S_HAS_SUBFORUM %}
{% INCLUDE 'forumlist_body.html' %}
{% endif %}
{% if S_DISPLAY_POST_INFO or loops.pagination|length or TOTAL_POSTS or TOTAL_TOPICS %}
{% if not S_USER_LOGGED_IN and not S_IS_BOT %}
{% endif %}
{% endif %}
{% EVENT viewforum_body_topic_row_before %}
{% for topicrow in loops.topicrow %}
{% if not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW %}
{% endif %}
{% if topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH %}
{% if S_DISPLAY_ACTIVE %}{{ lang('ACTIVE_TOPICS') }}{% elseif topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) %}{{ lang('ANNOUNCEMENTS') }}{% else %}{{ lang('TOPICS') }}{% endif %}