{% load humanize %} {% load fr_display %}
{% if not hide_cover %}
{% include 'snippets/book_cover.html' with book=book %}
{% endif %}
{% csrf_token %}
{{ review_form.name }}
{% include 'snippets/rate_form.html' with book=book %} {{ review_form.content }}