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