{% extends "admin/shell.html" %} {% block title %}Home{% endblock %} {% block head %} {% endblock %} {% block page %}

hello administrator!

user count: {{ user_count }}

of those users, {{ admin_count }} are administrators

currently, there are {{ active_verification_requests }} unverified accounts

last ten users registered:

    {% for user in last_ten_users %}
  1. {{user}}
  2. {% endfor %}
{% endblock %}