{% extends "layout.html" %} {% block content %} {% for category in categories %} {% include '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 }}
Guests online: {{ online_guests }}
{% endblock %}