{% extends 'spectator_reading/base.html' %}
{% load spectator_core spectator_reading %}
{% 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 }}
{% include 'spectator_core/includes/roles.html' with roles=publication.roles.all intro='By' %}
{% if publication.thumbnail %} {% include 'spectator_core/includes/thumbnail_detail.html' with url=publication.thumbnail.url obj=publication alt_text="Cover" only %} {% endif %} {% if publication.has_urls %}Discarded unread on . {% else %}
Unread.
{% endif %} {% endwith %} {% unread_counts_for_dates start_date="2020-01-01" end_date="2023-12-31" frequency="month" as unread_counts %}| Date | Books | Periodicals | Total |
|---|---|---|---|
| {{ date|date:"Y-m-d" }} | {{ counts.book }} | {{ counts.periodical}} | {{ counts.total }} |