{% extends 'reading/base.html' %} {% block head_page_title %}Publications{% endblock %} {% block content_title %}Publications{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if book_count > 0 or periodical_count > 0 %} {% endif %} {% include 'reading/includes/publications_paginated.html' with publication_list=publication_list show_readings='none' page_obj=page_obj only %} {% endblock content %}