{% extends "layout.html" %} {% block content %} {% include "forum/category_layout.html" %}
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 %}