{% load bookwyrm_tags %} {% load i18n %} {% if book %} {% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/stars.html' with rating=book|rating:request.user %}
{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
{% endif %} {% endif %}