{% INCLUDE 'overall_header.html' %} {% EVENT index_body_markforums_before %} {% 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 %}
{% if S_USER_LOGGED_IN %}{{ CURRENT_TIME }}
{% endif %}
{{ TOTAL_USERS_ONLINE }} ({{ lang('ONLINE_EXPLAIN') }})
{% 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 %} {% if loops.birthdays|length %}{{ 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 %}{% else %}{{ lang('NO_BIRTHDAYS') }}{% endif %} {% EVENT index_body_block_birthday_append %}
{% EVENT index_body_block_stats_prepend %}
{% if S_USER_LOGGED_IN %}{{ LAST_VISIT_DATE }}
{% else %}{{ CURRENT_TIME }}
{% endif %}
{{ RECORD_USERS }}
{{ TOTAL_POSTS }} • {{ TOTAL_TOPICS }} • {{ TOTAL_USERS }} • {{ NEWEST_USER }}
{% EVENT index_body_block_stats_append %}