{% spaceless %} {% load i18n %} {% load catalogue_tags ssify %} {% load likes_book book_shelf_tags from social_tags %}
{% likes_book book.pk as likes %}
{% ssi_csrf_token %}
{% 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 %}
{% spaceless %} {% 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 %} {% endspaceless %}
{% 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 %} {% endblock %} {% if audiobooks %} {% endif %}
{% endspaceless %}