{% load i18n %}
{% 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 %} |