{% load static %} {% load i18n %} {% load dates %}
{% 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 %} {% trans 'Pinned' %} {% endif %} {% if level == "deep" %}

{{ article.title|safe }} {% if article.is_remote %}   , {% trans 'externally hosted article' %}. {% endif %}

{% elif level == "shallow" %}

{{ article.title|safe }} {% if article.is_remote %}   , {% trans 'externally hosted article' %}. {% endif %}

{% else %}

{{ article.title|safe }} {% if article.is_remote %}   , {% trans 'externally hosted article' %}. {% endif %}

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

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