{% extends 'base.html' %} {% block content%}
Book List
{% for book in books %} {% endfor %}
Image Title Category Author Date Publish Action
Image Title Category Author Date Publish Action
{% if book.image %} {% endif %} {{ book.title }} {{ book.category.name }} {{ book.author }} {{ book.date_publish }} Detail Edit Delete
Add Book
{% endblock content%}