{% 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/shelve_button/shelve_button.html' %}

{% include "discover/card-header.html" %}

{% if status.rating %}

{% include 'snippets/stars.html' with rating=status.rating %}

{% endif %}
{% trans "View status" %}
{% include 'snippets/follow_button.html' with user=status.user show_username=True minimal=True %}
{% endif %}