{% 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 %}

{{ lang('LOGIN_LOGOUT') }}{% if S_REGISTER_ENABLED %}  •  {{ lang('REGISTER') }}{% endif %}

{% if U_SEND_PASSWORD %} {{ lang('FORGOT_PASS') }} {% endif %} {% if S_AUTOLOGIN_ENABLED %} | {% endif %} {{ S_LOGIN_REDIRECT }} {{ S_FORM_TOKEN_LOGIN }}
{% endif %} {% EVENT index_body_stat_blocks_before %} {% if S_DISPLAY_ONLINE_LIST %}
{% if U_VIEWONLINE %}

{{ lang('WHO_IS_ONLINE') }}

{% else %}

{{ lang('WHO_IS_ONLINE') }}

{% endif %}

{% 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 %}

{% endif %} {% EVENT index_body_birthday_block_before %} {% if S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST %}

{{ lang('BIRTHDAYS') }}

{% 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 %}

{% endif %} {% if NEWEST_USER %}

{{ lang('STATISTICS') }}

{% 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 %}

{% endif %} {% EVENT index_body_stat_blocks_after %} {% INCLUDE 'overall_footer.html' %}