{% load i18n %} {% load catalogue_tags social_tags %} {% load thumbnail %}
{% if book.cover %} Cover {% endif %} {% block right-column %} {% endblock %}
{% for name, slug in related.tags.author %} {{ name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% for title, slug in related.parents %}, {{ title }} {% endfor %}
{% spaceless %} {% trans "Epoch" %}:  {% for name, slug in related.tags.epoch %} {{ name }} {% endfor %} {% trans "Kind" %}:  {% for name, slug in related.tags.kind %} {{ name }} {% endfor %} {% trans "Genre" %}:  {% for name, slug in related.tags.genre %} {{ name }} {% endfor %} {% endspaceless %} {% shelf_tags book %}
{% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}