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

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

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