{% load landing_page_tags %} {% load utilities %} {% load i18n %} {% load status_display %} {% if status.book or status.mention_books.exists %} {% load_book status as 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=status.rating %}
{% endif %}