{% load fr_display %}
{% include 'snippets/activity_banner.html' with activity=status %} {% if not hide_book and status.mention_books.count %}
{% include 'snippets/book.html' with book=status.mention_books.first %}
{% endif %} {% if not hide_book and status.book%}
{% include 'snippets/book.html' with book=status.book %}
{% endif %} {% if status.status_type == 'Review' %}

{{ status.name }} {{ status.rating | stars }} stars, by {% include 'snippets/username.html' with user=status.user %}

{% endif %}
{{ status.content }}
{% include 'snippets/interaction.html' with activity=status %}