{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block more_nav %} {% if recom %} {% endif %} {% endblock %} {% block page_content %}

{{ title | safe }}

{% if id %}
{% if eval %} {% elif read %} {% elif wish %} {% endif %} {% if not wish %} Wish to Read {% endif %} {% if not read %} Mark As Read {% endif %} {% if not eval %} Evaluate {% endif %}
{% endif %}







{% if description %}{{ description | safe }}{% endif %}


{% if pub_name %} {% endif %} {% if pub_date %} {% endif %} {% if isbn %} {% endif %} {% if language %} {% endif %} {% if num_pages %} {% endif %} {% if times_read %} {% endif %} {% if avg_rating %} {% endif %}
Publisher {{ pub_name }}
Date of Publication {{ pub_date }}
ISBN {{ isbn }}
Language {{ language }}
No of Pages {{ num_pages }}
Times Read {{ times_read }}
Average Rating {{ avg_rating }}

Evaluations on {{ title }}




{% for xbook in evals %} {% set name, image, p_id, rat, rev, date = xbook %} {% endfor %}
Image Reviewer Rating Review Date
{{ name }} {{ rat }} {% if rev %} {{ rev }} {% endif %} {{ date }}
{% if recom %}



Similar Books




{% for xbook in recom %} {% set title, image, b_id = xbook %} {% endfor %}
Cover Title
{{ title }}
{% endif %} {% endblock %}