{% spaceless %} {% load bookwyrm_tags %} {% load i18n %} {% if not hide_book %} {% with book=status.book|default:status.mention_books.first %}
{{ book|book_description|default:""|truncatewords_html:20 }}
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}