{% 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 %}
{% trans "Epoch" %}:  {% for name, slug in related.tags.epoch %} {{ name }} {% if not forloop.last %}{% endif %} {% endfor %} {% trans "Kind" %}:  {% for name, slug in related.tags.kind %} {{ name }} {% if not forloop.last %}{% endif %} {% endfor %} {% trans "Genre" %}:  {% for name, slug in related.tags.genre %} {{ name }} {% if not forloop.last %}{% endif %} {% endfor %}
{% shelf_tags book %} {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}