{% 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: {{ stats['user_count'] }}
Total number of topics: {{ stats['topic_count'] }}
Total number of posts: {{ stats['post_count'] }}
Newest registered user: {{ stats['newest_user'] }}
Registered users online: {{ stats['online_users'].count() }}
#TODO Guests online: 40
{% endblock %}