{% INCLUDE 'overall_header.html' %}
{% if S_USER_LOGGED_IN %}{{ LAST_VISIT_DATE }}{% else %}{{ CURRENT_TIME }}{% endif %}
{% if S_USER_LOGGED_IN %}{{ CURRENT_TIME }}
{% endif %} {% EVENT index_body_markforums_before %} {% if U_MARK_FORUMS %} {% endif %} {% EVENT index_body_markforums_after %} {% INCLUDE 'forumlist_body.html' %} {% EVENT index_body_forumlist_body_after %} {% if not S_USER_LOGGED_IN and not S_IS_BOT %} {% endif %} {% EVENT index_body_stat_blocks_before %} {% if S_DISPLAY_ONLINE_LIST %}
{% EVENT index_body_block_online_prepend %}
{{ TOTAL_USERS_ONLINE }} ({{ lang('ONLINE_EXPLAIN') }})
{{ RECORD_USERS }}
{% if U_VIEWONLINE %}
{{ LOGGED_IN_USER_LIST }}
{% if LEGEND %}
{{ lang('LEGEND') ~ lang('COLON') }} {{ LEGEND }}{% endif %}
{% endif %}
{% EVENT index_body_block_online_append %}
{% EVENT index_body_block_birthday_prepend %} {{ lang('CONGRATULATIONS') ~ lang('COLON') }} {% for birthdays in loops.birthdays %}{{ birthdays.USERNAME }}{% if birthdays.AGE !== '' %} ({{ birthdays.AGE }}){% endif %}{% if not birthdays.S_LAST_ROW %}, {% endif %}{% endfor %} {% EVENT index_body_block_birthday_append %}
{% EVENT index_body_block_stats_prepend %}
{{ TOTAL_POSTS }} • {{ TOTAL_TOPICS }} • {{ TOTAL_USERS }}
{{ NEWEST_USER }}
{% EVENT index_body_block_stats_append %}