{% load rating_tags %} {% load i18n %} {% load utilities %} {% 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-tablet' size='xxlarge' %} {% include 'snippets/stars.html' with rating=book|rating:request.user %}

{{ book|book_title }}

{% if book.authors %}

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

{% endif %} {% include 'snippets/shelve_button/shelve_button.html' %}
{% include 'snippets/follow_button.html' with user=status.user show_username=True minimal=True %}
{% include "snippets/status/content_status.html" with hide_book=True trim_length=70 hide_more=True %}
{% trans "View status" %}
{% endif %}