{% load i18n %} {% load static %}
{% for author in article.frozen_authors.all %}{% if forloop.last %} {% if article.frozen_authors.all|length > 1 %} {% trans 'and' %} {% endif %}{% endif %}{{ author.full_name }}{% if not forloop.last %}{% if not forloop.counter == article.frozen_authors.all|length|add:-1 %}, {% endif %}{% endif %}{% endfor %}
{{ article.date_published|date:"Y-m-d" }} {% if article.issue %} {{ article.issue_title }} {% endif %}
{% if article.issues.count > 1 %}{% trans 'Also a part of:'%}
{% for other in article.issues.all %} {% if other != article.issue %} {% endif %} {% endfor %} {% endif %}