{% load i18n %} {% for doc in data %} {% endfor %}
{{caption}}
{% trans "Title" %} {% trans "Type" %} {% trans "Authors" %} {% trans "Related to" %} {% trans "Link" %}
{{ doc.title }} {{doc.source_type}} {{ doc.authors.all|join:", " }} {{doc.owner.short_label}} {% if doc.associated_url %}{% trans "Link"%}{% endif %}