{% extends "base.html" %} {% block title %}Manage Files — {{ area.tag }}{% endblock %} {% block content %}
{{ area.tag }}
{% if area.storage_path %} — {{ area.storage_path }}{% endif %}
— {{ files|length }} file(s)
| Filename | Size | Date | Description | Delete |
|---|---|---|---|---|
|
{% if f.is_image %}
|
{{ '%.1f'|format(f.size / 1024) }} KB | {{ f.mtime.strftime('%Y-%m-%d') }} |
{# Inline description editor — click Edit to expand #}
|