{{ activity.description }}
User and system activities will appear here
| 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!