{% extends 'journals/base.html' %} {% block pagetitle %}{{block.super}}: issues{% endblock pagetitle %} {% block link_class_physics_issues %}active{% endblock %} {% block breadcrumb_items %} {{block.super}} {{journal}} {% endblock %} {% block content %} {% with header_text='Issues' %} {{block.super}} {% endwith %}
{% endblock %}