{% 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: {{ newest_user }} Registered users online: {{ online_users }} Guests online: {{ online_guests }} |