{% load i18n %} {% load static %}
{% if not journal_settings.article.disable_article_thumbnails %}
{% if article.thumbnail_image_file %} {{ article.title|striptags|escape }} {% elif request.journal.thumbnail_image %} {{ request.journal }} thumbnail icon {% else %} {{ article.title|striptags|escape }} {% endif %}
{% endif %}

{{ article.title|safe }}{% if article.is_remote %}  {% endif %}

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

{{other.issue_type.pretty_name}}: {{ other.display_title }}

{% endif %} {% endfor %} {% endif %}