{% spaceless %} {% load bookwyrm_tags %} {% load i18n %} {% if not hide_book %} {% with book=status.book|default:status.mention_books.first %}
{% include 'snippets/book_cover.html' with book=book cover_class='is-h-small' %}

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

{{ book|book_description|to_markdown|default:""|safe|truncatewords_html:20 }}

{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
{% endwith %} {% endif %} {% endspaceless %}