{% load bookwyrm_tags %} {% load utilities %} {% load i18n %} {% if status %} {% with book=status.book %} {% include 'snippets/book_cover.html' with cover_class='is-w-l-mobile is-w-auto align to-b to-l' %}
{% include 'snippets/stars.html' with rating=status.rating %}
{% endif %}