{% if object_list %} {% for book in object_list %} {% endfor %} {% else %} {% endif %}
Title Category Stock Description Created At Updated At
{{ book.title }} {{ book.category.name }} {{ book.stock }} {{ book.description }} {{ book.created_at }} {{ book.updated_at }}

Data Empty

{% include "pagination.html" %}