{% set page_title = _("Overview") %} {% extends theme("management/management_layout.html") %} {% block breadcrumb %} {% endblock %} {% block management_content %}
{% trans %}Overview{% endtrans %}

Everything seems alright.

No new notifications.

{{ all_users }}
{{ post_count }}
{{ topic_count }}
Statistics
Registered Users
{{ all_users }}
Online Users
{{ online_users }}
Banned Users
{{ banned_users }}
Groups
{{ all_groups }}
Topics
{{ topic_count }}
Posts
{{ post_count }}
Reports
{{ report_count }}
Components
FlaskBB
{{ flaskbb_version }}
Flask
{{ flask_version }}
Python
{{ python_version }}
Plugins
{% for plugin in plugins %}
{{ plugin.name }}
{{ plugin.version }}
{% endfor %}
{% endblock %}