{% load static %} {% load i18n %}
{{ article.date_published|date:"Y-m-d" }} {% 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 %}