{% extends 'journals/base.html' %} {% block meta_description %}{{ block.super }} Issue Detail{% endblock meta_description %} {% block pagetitle %}{{ block.super }}: issue detail{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} {{ journal }} {{ issue.short_str }} {% endblock %} {% block link_class_physics_issues %}active{% endblock %} {% block content %} {{ block.super }}

{{ issue }}

{% if prev_issue %}

{% include 'bi/arrow-left.html' %} Previous issue | {{ prev_issue.short_str }}

{% endif %} {% if next_issue %}

{{ next_issue.short_str }} | Next issue {% include 'bi/arrow-right.html' %}

{% endif %}
{% if issue.proceedings %} {% include 'proceedings/_description.html' with proceedings=issue.proceedings %} {% endif %}
{% endblock %}