{% extends "admin/base.html" %} {% block title %}Users{% endblock %} {% block content %}
Manage all registered users
| User | 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
|
||||||