{% load bookwyrm_tags %} {% if book %} {% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/stars.html' with rating=ratings|dict_key:book.id %}

{{ book.title }}

{% if book.authors %}

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

{% endif %} {% endif %}