{% load bob %} {% load i18n %} {% if attachment_parent %}
{% trans "Attachments:" %} {% if attachment_parent.attachments.all|length > 5 %}
{% trans "Show all" %}
{% endif %}
{% for file in attachment_parent.latest_attachments %} {% endfor %}
{% trans "Add attachment" %}
{% trans "Date" %} {% trans "Author" %} {% trans "Original file name" %} {% trans "Actions" %}
{{ file.created|timesince_limited }} {{ file.uploaded_by|default:'' }} {{ file.original_filename }}
Action
{% endif %}