{% extends "base.html" %} {% block title %}{{ area.tag }} - File Area{% endblock %} {% block content %}
{{ area.tag }}{% if area.description %} — {{ area.description }}{% endif %}
Storage: {{ area.storage_path or '(not set)' }}
— Upload: {{ area.upload_permission }}
{% if area.password %} — password-protected{% endif %}
| Filename | Size | Date | Description |
|---|---|---|---|
|
{% if f.is_image %}
|
{{ '%.1f'|format(f.size / 1024) }} KB | {{ f.mtime.strftime('%Y-%m-%d') }} |
{{ f.description }}
share |