{% load bookwyrm_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' %}

{{ status.user.display_name }} {% if status.status_type == 'GeneratedNote' %} {{ status.content|safe }} {% elif status.status_type == 'Rating' %} {% trans "rated" %} {% elif status.status_type == 'Review' %} {% trans "reviewed" %} {% elif status.status_type == 'Comment' %} {% trans "commented on" %} {% elif status.status_type == 'Quotation' %} {% trans "quoted" %} {% endif %} {{ book.title }}

{% 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 %}