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

Data Empty

{% include "pagination.html" %}