Speakr Logo Speakr

Admin Dashboard

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

User Management

ID Username Email Admin Recordings Storage Used Actions
${ user.id } ${ user.username } ${ user.email } Yes No ${ user.recordings_count } ${ formatFileSize(user.storage_used) }
Loading users...
No users found.

System Statistics

Total Users

${ stats.total_users }

Total Recordings

${ stats.total_recordings }

Total Storage Used

${ formatFileSize(stats.total_storage) }

Total Queries

${ stats.total_queries }

Recording Status Distribution

${ stats.completed_recordings } Completed
${ stats.processing_recordings } Processing
${ stats.pending_recordings } Pending
${ stats.failed_recordings } Failed

Top Users by Storage

${ user.username }
${ formatFileSize(user.storage_used) } (${ user.recordings_count} recordings)
No data available

Add New User

Edit User

Confirm Delete

Are you sure you want to delete the user ${ userToDelete?.username }? This action cannot be undone.