{% extends 'reading/base.html' %} {% block head_page_title %}Publications finished in {{ year|date:"Y" }}{% endblock %} {% block content_title %}Publications finished in {{ year|date:"Y" }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% include 'core/includes/pager.html' with url_name='spectator:reading_year_archive' previous=previous_year next=next_year only %} {% if reading_list|length > 0 %} {% for reading in reading_list %} {% ifchanged reading.end_date|date:"m" %} {% if not forloop.first %} {% endif %}

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

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

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

{% endif %} {% endblock content %}