{% spaceless %} {% load i18n %} {% load catalogue_tags %} {% load book_shelf_tags from social_tags %}
{% 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.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 %}
  • {% if book.html_file %} {% trans "Read online" %} {% endif %}
  • {% trans "Download" %}:
    {% if book.pdf_file %} PDF {% endif %} {% custom_pdf_link_li book %} {% if book.epub_file %} EPUB {% endif %} {% if book.mobi_file %} MOBI {% endif %} {% if book.fb2_file %} FB2 {% endif %} {% if book.txt_file %} TXT {% endif %} {% download_audio book %}
{% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}
{% block right-column %} {% if audiobooks %}
{% include 'catalogue/snippets/jplayer.html' %}
{% endif %} {% endblock %}
{% endspaceless %}