{% load attachments_tags %}

{{ object.title }}

Object has {% attachments_count object %} attachments

{% get_attachments_for object as attachments_list %} {% for att in attachments_list %}

{{ att }} {{ att.attachment_file.url }} {{ att.filename }} {% attachment_delete_link att %}

{% endfor %} {% attachment_form object %}