{% extends 'spectator_reading/base.html' %} {% block head_page_title %}{{ publicationseries.title }}{% endblock %} {% block content_title %}{{ publicationseries.title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% include 'spectator_reading/includes/publications_paginated.html' with publication_list=publication_list show_readings='all' page_obj=page_obj show_readings='none' only %} {% endblock content %} {% block sidebar_nav %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock sidebar_nav %}