{% load helpers %}
Attachments
{% with files=object.files.all %} {% if files.exists %} {% for attachment in files %} {% endfor %}
Name Size Created
{{ attachment }} {{ attachment.size|filesizeformat }} {{ attachment.created }}
{% else %}
None
{% endif %} {% endwith %}