{% load i18n attachments_tags thumbnail static embed_video_tags %}
{% trans "Filename" %} | {% trans "Legend" %} | {% trans "Author" %} | {% trans "Insertion date" %} | {% trans "Update date" %} | {% block extra_column_header %}{% endblock %} {% block actions_attachment_header %}{% trans "Actions" %} | {% endblock actions_attachment_header %} {% for att in attachments_list %}
---|---|---|---|---|---|
{% if att.attachment_file %}
{% if att.is_image %}
![]() |
{{ att.legend }} | {{ att.author }} {{ att.license.label }} |
{{ att.date_insert }} | {{ att.date_update }} | {% block extra_column_data %}{% endblock %} {% block actions_attachment_data %}
{% block star_attachment %}
{% if perms|change_attachment %}
|
{% endblock actions_attachment_data %}