{% for forumrow in loops.forumrow %} {% if (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT %} {% endif %} {% EVENT forumlist_body_category_header_before %} {% if forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT %} {% EVENT forumlist_body_category_header_row_prepend %} {% if not S_INDEX and forumrow.S_FIRST_ROW and not forumrow.S_IS_CAT %}
{% else %}

{% if forumrow.S_IS_CAT %}{{ forumrow.FORUM_NAME }}{% else %}{{ lang('FORUMS') }}{% endif %}

{% endif %} {% EVENT forumlist_body_category_header_row_append %}
    {% endif %} {% EVENT forumlist_body_category_header_after %} {% if not forumrow.S_IS_CAT %} {% EVENT forumlist_body_forum_row_before %}
  • {% EVENT forumlist_body_forum_row_prepend %}
    {% if forumrow.FORUM_IMAGE %} {% EVENT forumlist_body_forum_image_before %} {% EVENT forumlist_body_forum_image_prepend %} {forumrow.FORUM_IMAGE}{% EVENT forumlist_body_forum_image_append %} {% EVENT forumlist_body_forum_image_after %} {% endif %} {% if forumrow.subforum|length and forumrow.S_LIST_SUBFORUMS %} {% endif %}
    {{ forumrow.FORUM_NAME }} {{ forumrow.FORUM_DESC }} {% if forumrow.MODERATORS %} {% endif %}
    {% if forumrow.CLICKS %}
    {{ lang('REDIRECTS') }}{{ lang('COLON') }} {{ forumrow.CLICKS }}
    {% elseif not forumrow.S_IS_LINK %}
    {% if forumrow.LAST_POST_TIME %}({{ lang('TOPICS') }}{{ lang('COLON') }} {{ forumrow.TOPICS }} | {{ lang('POSTS') }}{{ lang('COLON') }}{{ forumrow.POSTS }}) {% if not S_IS_BOT %}{{ LAST_POST_IMG }}{% endif %}{% else %}{{ lang('NO_POSTS') }}{% endif %} {% EVENT forumlist_body_last_post_title_prepend %}
    {% if forumrow.U_UNAPPROVED_TOPICS %} {{ UNAPPROVED_IMG }} {% elseif forumrow.U_UNAPPROVED_POSTS %} {{ UNAPPROVED_POST_IMG }} {% endif %}
    {% endif %} {% EVENT forumlist_body_forum_row_append %}
  • {% EVENT forumlist_body_forum_row_after %} {% endif %} {% if forumrow.S_LAST_ROW %}
{% EVENT forumlist_body_last_row_after %} {% endif %} {% else %}
{{ lang('NO_FORUMS') }}
{% endfor %}