{% extends "base.html" %} {% block title %}Dashboard — Task 1{% endblock %} {% block content %}
Accepted formats: PDF, PNG, JPEG (max 2 files at a time)
{{ files | length }} file{{ 's' if files | length != 1 else '' }} stored
{% if files %}| # | Filename | Type | Uploaded | Actions |
|---|---|---|---|---|
| {{ loop.index }} | {{ f.filename }} | {% set ext = f.file_type | replace('.','') %} {{ ext | upper }} | {{ f.upload_timestamp.strftime('%d %b %Y, %H:%M') if f.upload_timestamp else '—' }} | ⬇ Download |
No files yet — upload your first file above!