{% extends 'spectator_reading/base.html' %} {% block head_page_title %}{% if publication_kind %}{{ publication_kind|title }}s{% else %}Publications{% endif %} finished in {{ year|date:"Y" }}{% endblock %} {% block content_title %}{% if publication_kind %}{{ publication_kind|title }}s{% else %}Publications{% endif %} finished in {{ year|date:"Y" }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% include 'spectator_core/includes/pager.html' with url_name='spectator:reading:reading_year_archive' previous=previous_year next=next_year only %} {% if book_count > 0 or periodical_count > 0 %} {% endif %} {% if reading_list|length > 0 %} {% if show_months|default_if_none:"True" is False %} {% endif %}

{{ reading.end_date|date:"F"}}

{% include 'spectator_core/includes/pager.html' with url_name='spectator:reading:reading_year_archive' previous=previous_year next=next_year only %} {% else %}

Nothing was read in {{ year|date:"Y" }}.

{% endif %} {% endblock content %}