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