{{ activity.description }}
User and system activities will appear here
| Name | Device ID | Location | Status |
|---|---|---|---|
| {{ player.name }} | {{ player.device_id }} |
{{ player.location or '-' }} | {% if player.is_active %} Active {% else %} Inactive {% endif %} |
| Username | Role |
|---|---|
| {{ user.username }} | {% if user.is_admin %} Admin {% else %} User {% endif %} |
| Preview | File Name | Type | Uploaded By | Upload Date | Actions |
|---|---|---|---|---|---|
|
{% if file.file_type in ['jpg', 'jpeg', 'png', 'gif'] %}
|
{{ file.original_name }}
{{ file.filename }} |
{{ file.file_type.upper() }} | {% set user = users|selectattr("id", "equalto", file.uploaded_by)|first %} {% if user %} {{ user.username }} {% if user.is_admin %} (Admin){% endif %} {% else %} Unknown User {% endif %} |
{{ file.upload_date.strftime('%Y-%m-%d') }} {{ file.upload_date.strftime('%H:%M') }} |
Upload the first file using the form above!