{% if S_USER_LOGGED_IN %} {% if S_TSMVT_ENABLE or S_TSMRT_ENABLE %}
{% if S_TSMVT_ENABLE %}
{% if TOPSTATS_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSMVT_NUMBER }} {{ lang('MOST_VIEWED') }}
    {{ lang('VIEWS') }}
    {% if TOPSTATS_IS_COLLAPSIBLE %} {% endif %}
{% endif %} {% if S_TSMRT_ENABLE %}
{% if TOPSTATS1_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSMRT_NUMBER }} {{ lang('MOST_REPLIED') }}
    {{ lang('REPLIES') }}
    {% if TOPSTATS1_IS_COLLAPSIBLE %} {% endif %}
{% endif %}
{% endif %} {% if S_TSMAU_ENABLE or S_TSMAF_ENABLE %}
{% if S_TSMAU_ENABLE %}
{% if TOPSTATS2_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSMAU_NUMBER }} {{ lang('MOST_ACTIVE_USERS') }}
    {{ lang('POSTS') }}
    {% if TOPSTATS2_IS_COLLAPSIBLE %} {% endif %}
{% endif %} {% if S_TSMAF_ENABLE %}
{% if TOPSTATS3_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSMAF_NUMBER }} {{ lang('MOST_ACTIVE_FORUMS') }}
    {{ lang('POSTS') }}
    {% if TOPSTATS3_IS_COLLAPSIBLE %} {% endif %}
    {% for most_active_forums in loops.most_active_forums %}
  • {{ most_active_forums.FORUM_NAME }}
  • {% endfor %}
{% endif %}
{% endif %} {% if S_TSLVB_ENABLE or S_TSLRU_ENABLE %}
{% if S_TSLVB_ENABLE %}
{% if TOPSTATS4_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSLVB_NUMBER }} {{ lang('LAST_VISITED_BOTS') }}
    {{ lang('TIME') }}
    {% if TOPSTATS4_IS_COLLAPSIBLE %} {% endif %}
    {% for last_visited_bots in loops.last_visited_bots %}
  • {{ last_visited_bots.USERNAME }}
    {{ last_visited_bots.USER_LAST_VISIT }}
  • {% endfor %}
{% endif %} {% if S_TSLRU_ENABLE %}
{% if TOPSTATS5_IS_COLLAPSIBLE %} {% endif %}
  • {{ TSLRU_NUMBER }} {{ lang('LAST_REGISTERED_USERS') }}
    {{ lang('TIME') }}
    {% if TOPSTATS5_IS_COLLAPSIBLE %} {% endif %}
{% endif %}
{% endif %} {% endif %}