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

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

{% include "elements/journal/authors_block.html" %}

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

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

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