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