{% extends 'journals/_base.html' %} {% 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 header_text_class %}text-blue m-0 p-0 pt-2{% endblock %} {% block journal_header_block %} {% if prev_issue %}

Previous issue | {{prev_issue.short_str}}

{% endif %} {% if next_issue %}

{{next_issue.short_str}} | Next issue

{% endif %} {% endblock %} {% block content %} {% with header_text=issue %} {{block.super}} {% endwith %} {% if issue.proceedings %} {% include 'partials/proceedings/description.html' with proceedings=issue.proceedings %} {% endif %}
{% endblock %}