{% load i18n attachments_tags thumbnail static %} {% for att in attachments_list %} {% endfor %}
{% trans "Filename" %} {% trans "Legend" %} {% trans "Author" %} {% trans "Insertion date" %} {% trans "Update date" %} {% trans "Actions" %}
{% if att.is_image %} {{ att.title|default:att.filename }} {% else %}  {{ att.title|default:att.filename }} {% endif %} {{ att.legend }} {{ att.author }} {{ att.date_insert }} {{ att.date_update }} {% if 'paperclip.update_attachment' in perms %} {% else %} {% endif %} {% if 'paperclip.update_attachment' in perms %}   {% trans "Update" %} {% endif %} {% if 'paperclip.delete_attachment' in perms or 'paperclip.delete_attachment_others' in perms %}   {% trans "Delete" %} {% endif %}