{% spaceless %} {% load i18n %} {% load catalogue_tags %} {% load book_shelf_tags from social_tags %} {% load static %}
{% block book-box-pre %} {% include "catalogue/snippets/like_button.html" %} {% endblock %}
{% block book-box-body-pre %} {% endblock %}
{% for tag in tags.author %} {{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% for parent in parents %}, {{ parent.title }}{% endfor %}
{% if main_link %}{% endif %}{{ book.title }}{% if main_link %}{% endif %}
{% if book.translator %}
tłum. {{ book.translator }}
{% endif %}
{% if book.cover_thumb %} {% if main_link %}{% endif %} Cover {% if main_link %}{% endif %} {% endif %} {% block cover-area-extra %}{% endblock %}
{% trans "Epoch" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "Kind" %}:  {% for tag in tags.kind %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "Genre" %}:  {% for tag in tags.genre %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %} {% if show_lang %} {% trans "Language" %}:  {{ book.language_name }} {% endif %} {% if stage_note %}
{{ stage_note }} {% endif %}
{% book_shelf_tags book.pk %} {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}
{% block right-column %} {% if audiobooks %}
{% include 'catalogue/snippets/jplayer.html' %}
{% endif %} {% endblock %}
{% endspaceless %}