{% extends "admin/base.html" %} {% block title %}Users{% endblock %} {% block content %}
{% for user in users %} {% else %} {% endfor %}
User Email Storage Plan Status Created Actions
{{ user.username }} {% if user.is_superuser %} Admin {% endif %} {{ user.email }} {{ user.used_storage_bytes | format_bytes }} / {{ user.storage_quota_bytes | format_bytes }} {{ user.plan_type }} {% if user.is_active %} Active {% else %} Inactive {% endif %} {{ user.created_at.strftime('%Y-%m-%d') }} Edit
👥
No users found
{% if total_pages > 1 %} {% endif %}
{% endblock %}