{% load humanize %} {% load fr_display %}

{% include 'snippets/avatar.html' with user=user %} Your thoughts on a {{ book.title }} by {% include 'snippets/authors.html' with book=book %}

Review
Comment
Quote
{% include 'snippets/book_cover.html' with book=book %}
{% csrf_token %} {% include 'snippets/rate_form.html' with book=book %} {{ review_form.as_p }}