{% extends theme("layout.html") %} {% block content %} {% for category, forums in categories %} {% include theme("forum/category_layout.html") %} {% endfor %}
Board Statistics [Who is online?]
Total number of registered users: {{ user_count }}
Total number of topics: {{ topic_count }}
Total number of posts: {{ post_count }}
Newest registered user: {% if newest_user %}{{ newest_user.username }}{% else %}No users{% endif %}
Registered users online: {{ online_users }}
{% if config["REDIS_ENABLED"] %} Guests online: {{ online_guests }}
{% endif %}
{% endblock %}