{% include 'overall_header.html' %} {% EVENT viewforum_forum_title_before %}

{% EVENT viewforum_forum_name_prepend %} {{ FORUM_NAME }} {% EVENT viewforum_forum_name_append %}

{% EVENT viewforum_forum_title_after %} {% if FORUM_DESC or MODERATORS or U_MCP %}
{% if FORUM_DESC %}
{{ FORUM_DESC }}
{% endif %} {% if MODERATORS %}

{% if S_SINGLE_MODERATOR %}{{ L_MODERATOR }}{% else %}{{ L_MODERATORS }}{% endif %}{{ L_COLON }} {{ MODERATORS }}

{% endif %}
{% endif %} {% if S_FORUM_RULES %}
{% if U_FORUM_RULES %} {{ L_FORUM_RULES }} {% else %} {{ L_FORUM_RULES }}{{ L_COLON }} {{ FORUM_RULES }} {% endif %}
{% endif %} {% if S_HAS_SUBFORUM %} {% if not S_IS_BOT and U_MARK_FORUMS %}
{% endif %} {% include 'forumlist_body.html' %} {% endif %} {% if S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS %}
{% if S_DISPLAY_SEARCHBOX %} {% endif %}
{% endif %} {% if not S_IS_BOT and S_DISPLAY_POST_INFO %}
{% EVENT viewforum_buttons_top_before %} {% if S_IS_LOCKED %} {{ L_FORUM_LOCKED }} {% else %} {{ L_POST_TOPIC_NEW }} {% endif %} {% EVENT viewforum_buttons_top_after %}
{% endif %}
{% if S_NO_READ_ACCESS %} {% if not S_USER_LOGGED_IN and not S_IS_BOT %}

{{ L_SIGN_IN_ACCOUNT }}

{% if S_REGISTER_ENABLED %}

{{ L_CREATE_ACCOUNT }}

{{ L_LOGIN_INFO }}

{{ L_TERMS_USE }}  |  {{ L_PRIVACY }}

{{ L_REGISTER }}

{% else %}

{{ L_CREATE_ACCOUNT_DISABLED }}

{{ L_REGISTRATION_DISABLED }}

{{ L_TERMS_USE }}  |  {{ L_PRIVACY }}

{{ L_CONTACT_WEBMASTER }}

{% endif %}
{% endif %} {% endif %} {% EVENT viewforum_body_topic_row_before %} {% for topicrow in 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 %} {{ L_ACTIVE_TOPICS }} {% elseif topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) %} {{ L_ANNOUNCEMENTS }} {% else %} {{ L_TOPICS }} {% endif %}

{% endif %} {% EVENT viewforum_body_topicrow_row_before %} {% EVENT viewforum_body_topicrow_row_after %} {% if topicrow.S_LAST_ROW %}
{{ L_TITLE }}
{% if topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS %} {% endif %}
{% EVENT topiclist_row_prepend %}
{% if topicrow.S_UNREAD_TOPIC %} *  {% endif %} {% if topicrow.U_VIEW_TOPIC %} {% if FORUM_NAME %}[{{ FORUM_NAME }}]: {% endif %}{{ topicrow.TOPIC_TITLE }} {% else %} {{ topicrow.TOPIC_TITLE }} {% endif %} {% if topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED %} ? {% endif %} {% if topicrow.S_TOPIC_REPORTED %} ! {% endif %} {% if topicrow.S_TOPIC_DELETED %} ! {% endif %}
{% if topicrow.pagination %}
    {% for pagination in pagination %} {% if topicrow.pagination.S_IS_PREV %} {% elseif topicrow.pagination.S_IS_CURRENT %}
  • {{ topicrow.pagination.PAGE_NUMBER }}
  • {% elseif topicrow.pagination.S_IS_ELLIPSIS %}
  • {{ L_ELLIPSIS }}
  • {% elseif topicrow.pagination.S_IS_NEXT %} {% else %}
  • {{ topicrow.pagination.PAGE_NUMBER }}
  • {% endif %} {% endfor %}
{% endif %} {# Meta intentionally hidden (author/time) per UI request: keep the topic list clean and title-only #} {% EVENT topiclist_row_append %}
{% endif %} {# Demo fallback: show a sample topic row so "[Group]: Topic" is visible on fresh/empty forums. #}

{{ L_TOPICS }}

{{ L_TITLE }}
{% if S_IS_POSTABLE %}
{{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}
{{ L_NO_FORUMS_IN_CATEGORY }}
{% endif %} {% endfor %} {% if topicrow and not S_DISPLAY_ACTIVE %}
{% if not S_IS_BOT and S_DISPLAY_POST_INFO %} {% EVENT viewforum_buttons_bottom_before %} {% if S_IS_LOCKED %} {{ L_FORUM_LOCKED }} {% else %} {{ L_POST_TOPIC_NEW }} {% endif %} {% EVENT viewforum_buttons_bottom_after %} {% endif %}
{% if pagination %} {% include 'pagination_mobile.html' %} {% else %} {% endif %} {% endif %} {% include 'jump_links.html' %}
{% if S_SELECT_SORT_DAYS and not S_IS_BOT %} {% include 'display_options_viewforum.html' %} {% endif %} {% EVENT viewforum_sorting_after %} {% if S_USER_LOGGED_IN %}
{% if S_DISPLAY_ONLINE_LIST and U_VIEWONLINE %}

{{ L_WHO_IS_ONLINE }}

{{ LOGGED_IN_USER_LIST }}

{% endif %}

{{ L_FORUM_PERMISSIONS }}

{% if S_IS_POSTABLE and rules|length %} {% for rules in rules %}{{ rules.RULE }}
{% endfor %} {% else %} {{ L_NOT_AVAILABLE }} {% endif %}

{% endif %} {% include 'overall_footer.html' %}