{% 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 %}
{% if status.mention_books.count == 1 %}

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

{% include 'snippets/book_description.html' with book=book %}
{% endif %}
{% 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' %}

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

{% endif %} {% if status.status_type != 'Update' and status.status_type != 'Boost' %}
{{ status.content | safe }}
{% 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 %}