{% load fr_display %}
{% if not hide_book and status.mention_books.count %}
{% for book in status.mention_books.all|slice:"0:4" %}
{% include 'snippets/book_cover.html' with book=book %} {% if status.mention_books.count > 1 %}

{% include 'snippets/book_titleby.html' with book=book %}

{% endif %} {% include 'snippets/shelve_button.html' with book=book %}
{% endfor %}
{% endif %} {% if not hide_book and status.book %}
{% include 'snippets/book_cover.html' with book=status.book %} {% include 'snippets/shelve_button.html' with book=status.book %}
{% endif %}
{% if status.status_type == 'Review' %}

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

{% endif %} {% if status.quote %}
{{ status.quote }}

— {% include 'snippets/book_titleby.html' with book=status.book %}

{% endif %} {% if status.content and status.status_type != 'GeneratedNote' and status.status_type != 'Boost' %}
{{ status.content | safe }}
{% endif %} {% if status.mention_books.count == 1 and not status.book %} {% include 'snippets/book_description.html' with book=status.mention_books.first %} {% endif %} {% if not status.content and status.book and not hide_book and status.status_type != 'Boost' %} {% include 'snippets/book_description.html' with book=status.book %} {% endif %} {% if status.status_type == 'Boost' %} {% include 'snippets/status_content.html' with status=status|boosted_status %} {% endif %} {% if not max_depth and status.reply_parent or status|replies %}

Thread{% endif %}