{% extends "base.html" %} {% load static %} {% block sidenav %} {% for item in item_list %}
| Book Picture | Book Name | Book Price | User Name | Book Post Date | Book Web |
|---|---|---|---|---|---|
|
|
{{ book.name }} | {{ book.price }} | {{ book.username }} | {{ book.publishdate }} | {{ book.web }} |