{% load i18n %} {% load attachments_tags %}
| {% trans 'File' %} | {% trans 'Owner' %} | {% trans 'Date' %} | |
|---|---|---|---|
| {{ attachment.filename }} | {{ attachment.creator }} | {{ attachment.created }} | {% attachment_delete_link attachment %} |
| {% trans 'No records found' %} | |||
| {% attachment_form object %} | |||