{% load fr_display %} {% include 'snippets/book_cover.html' with book=book %}

{{ book.title }}

by {% include 'snippets/authors.html' with book=book %}

{% if rating %} {{ rating | stars }} {{ rating }} {% endif %} {% if description %}
{{ book.description | description }}
{% endif %} {% include 'snippets/shelve_button.html' with book=book pulldown=shelf_pulldown %}