{% extends "base.html" %} {% block title %}Manage Attachments{% endblock %} {% block content %}
No attachments found.
{% else %}| ID | Filename | Type | Size | Created At | Actions |
|---|---|---|---|---|---|
{{ att.id }} |
{{ att.filename }} | {{ att.content_type }} | {{ att.size }} bytes | {{ att.formatted_created_at() }} |