• {{ lang('NEWEST_TOPICS') }}
    {{ lang('TOP_FIVE_ACTIVE') }}
    {{ lang('TOP_FIVE_NEWEST') }}
    {% if U_TOPFIVE_COLLAPSE_URL %}{% endif %}
    • {% for top_five_topic in loops.top_five_topic %}
    • {% if top_five_topic.NO_TOPIC_TITLE%} {{ top_five_topic.NO_TOPIC_TITLE }} {% else %} {{ top_five_topic.TOPIC_TITLE }}{{ top_five_topic.USERNAME_FULL }} » {{ top_five_topic.LAST_TOPIC_TIME }} » {{ lang('IN') }} {{ top_five_topic.FORUM_NAME }} {% EVENT rmcgirr83_top_five_topiclist_row_append %} {% endif %}
    • {% endfor %}
      {% for top_five_active in loops.top_five_active %}
    • {{ top_five_active.USERNAME_FULL }}
        {{ lang('POSTS') }}{{ lang('COLON') }} {{ top_five_active.POSTS }}
    • {% endfor %}
      {% for top_five_newest in loops.top_five_newest %}
    • {{ top_five_newest.USERNAME_FULL }}
        {{ lang('JOINED') }}{{ lang('COLON') }} {{ top_five_newest.REG_DATE }}
    • {% endfor %}