{% load bookwyrm_tags %} {% load i18n %} {% load utilities %} {% load status_display %} {% if status.book or status.mention_books.exists %} {% load_book status as book %}
{% trans "by" %} {% include 'snippets/authors.html' with limit=3 %}
{% endif %} {% include 'snippets/shelve_button/shelve_button.html' %}