{% load i18n %}
{% trans "Put on the shelf!" %}
{% if book.children.all|length %}
{% else %}
{% endif %}
{{ book.title }}
{% if formats %}
{% trans "Jump to" %}: {{ formats|join:", " }}
{% endif %}
{% trans "Categories" %}: {{ tags|join:", " }}