{% include 'overall_header.html' %} {% 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 %}
{% 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 birthdays|length %}{{ lang('CONGRATULATIONS') ~ lang('COLON') }} {% for birthday in birthdays %}{{ birthday.USERNAME }}{% if birthday.AGE !== '' %} ({{ birthday.AGE }}){% endif %}{% if not loop.last %}, {% 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 %}