{% load fr_display %} {% include 'snippets/book_cover.html' with book=book %}
by {{ book.authors.first.data.name }}
{% if rating %} {{ rating | stars }} {{ rating }} {% endif %} {% if description %}{{ book.data.description | description }}{% endif %} {% include 'snippets/shelve-button.html' with book=book pulldown=shelf_pulldown%}