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

{{ book.title }}

{% if book.authors %}

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

{% endif %} {% endif %}