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