{% extends "base.html" %} {% load i18n %} {% block current_context %} {% endblock %} {% block content %}
{% include "_partials/pagination.html" %} {% for book_part in object_list %}
{{ book_part.title }}
{% endfor %} {% include "_partials/pagination.html" %}
{% endblock %}