{# Cache language strings #} {% set lang_post_by = lang('POST_BY_AUTHOR') %} {% set lang_in = lang('IN') %} {% set lang_posts = lang('POSTS') %} {% set lang_views = lang('VIEWS') %} {% set lang_last_post = lang('LAST_POST') %} {% set lang_recent = lang('RECENT_ACTIVE') %}
{% if U_TS_RECENT_COLLAPSE_URL %}{% endif %}
  • {{ TSRAT_NUMBER }} {{ lang_recent }}
    {{ lang_posts }}
    {{ lang_views }}
    {{ lang_last_post }} {% if S_TS_JSSCROLL and TS_JSSCROLL_NAVIGATION %} {% endif %}
    {% if U_TS_RECENT_COLLAPSE_URL %} {% set S_CC_FORUM_HIDDEN = S_TS_RECENT_HIDDEN %} {% set U_CC_COLLAPSE_URL = U_TS_RECENT_COLLAPSE_URL %} {% set L_CC_BUTTON_TITLE = 'TS_RECENT_CC_TITLE' %} {% include '@phpbb_collapsiblecategories/collapsible_categories_button.html' ignore missing %} {% endif %}
{% for topic in loops.recent_active %}
  • {% EVENT stoker_topstats_recent_row_prepend %} {% if topic.S_UNREAD_TOPIC %} {% endif %} {{ topic.TOPIC_TITLE }}
    {{ lang_post_by }} {{ topic.USER_FULL_FIRST }} {{ lang_in }} {{ topic.FORUM_NAME }} {{ topic.TOPIC_TIME }}
    {{ topic.TOPIC_REPLIES }}
    {{ topic.TOPIC_VIEWS }}
    {{ lang_post_by }} {{ topic.USER_FULL_LAST }}
    {{ topic.TOPIC_LAST_POST_TIME }}
  • {% endfor %}