Munia's Book Haven

Browse Our Collection

{% for book in results %}
{{ book.title[0] }}

{{ book.title }}

ISBN: {{ book.isbn }}

Author: {% for author in book.authors %} {{ author.author_name }}{% if not loop.last %}, {% endif %} {% endfor %}

Avg. Rating: {{ book.average_rating }} / 5

{% for i in range(5) %} {% endfor %}
{% endfor %}