{% extends "base.html" %} {% block title %}File Gallery - {{ config.BBS_NAME }}{% endblock %} {% block content %}
| Filename | Uploader | Size | Type | Downloads | Date | Actions |
|---|---|---|---|---|---|---|
| {{ f.original_filename }} | {{ f.user.username }} | {{ (f.file_size / 1024) | round(1) }} KB | {{ f.mime_type }} | {{ f.download_count }} | {{ f.created_at.strftime('%Y-%m-%d') }} | {% if current_user.is_authenticated and (current_user.id == f.user_id or current_user.is_admin) %} {% endif %} |
| No files uploaded yet. | ||||||