{{ book.data.title }}
by
+ {% include 'snippets/authors.html' with book=book %}
+ {{ active_tab }} rating: {{ rating | stars }}
+ {% if description %} +{{ book.data.description | description }}+ {% endif %} + {% for review in user_reviews %} + {% include 'snippets/review.html' with review=review %} + {% endfor %} +
Reviews
{% if not reviews %} @@ -29,13 +57,9 @@ {{ review_form.as_p }} +Average rating: {{ rating | stars }}
{% for review in reviews %} -{{ review.name }} - {{ review.rating | stars }} stars, by {% include 'snippets/username.html' with user=review.user %} -
-{{ review.content }}-