{% load static %} {% load i18n %} {% load dates %}
{% if article.issue.issue_type.code == 'issue' %} {{ article.issue_title }} {% else %} {{ article.issue.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 %}