{% extends 'spectator_reading/base.html' %} {% block head_page_title %} {% if publication.series %} {{ publication.series.title }}, {{ publication.title }} {% else %} {{ publication.title }} {% endif %} {% endblock %} {% block content_title %} {% if publication.series %} {{ publication.series.title }}
{% endif %} {{ publication.title }} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}

{% include 'spectator_core/includes/roles.html' with roles=publication.roles.all intro='By' %}

{% if publication.has_urls %} {% load spectator_core %} {% endif %} {% with publication.reading_set.all as readings %} {% if readings|length > 0 %}

Readings

{% else %}

Unread.

{% endif %} {% endwith %} {% endblock content %} {% block sidebar %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock %}