{% extends "catalogue/detail.html" %} {% block product_review %}
Read customer reviews on this product. If you have read this book, why not post your own review?
{% if reviews %}{{ review.date_created }}
{{ review.body|linebreaks }}
Permalink {% include 'reviews/_vote_bit.html' %} {% if review.has_votes %}
{{ review.num_up_votes }} customers agreed.
{% endif %}This product does not have any reviews yet.
{% endif %} {% endblock %}