{% load rating_tags %} {% load i18n %} {% if book %} {% with book=book %} {% include 'snippets/book_cover.html' with cover_class='is-w-l-mobile is-w-auto align to-b to-l' size='xxlarge' %} {% include 'snippets/stars.html' with rating=book|rating:request.user %}

{{ book.title }}

{% if book.authors %}

{% trans "by" %} {% include 'snippets/authors.html' with limit=3 %}

{% endif %} {% endwith %} {% endif %}