{% 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 %}