{% load i18n %} {% load catalogue_tags social_tags %} {% load thumbnail %}
{% csrf_token %}
{% for name, slug in related.tags.author %} {{ name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% for title, slug in related.parents %}, {{ title }}{% endfor %}
{% if book.cover %} {% if main_link %}{% endif %} Cover {% if main_link %}{% endif %} {% endif %} {% block cover-area-extra %}{% endblock %}
{% spaceless %} {% 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 %} {% endspaceless %}
{% shelf_tags book %}
  • {% if book.html_file %} {% trans "Read online" %} {% endif %}
  • {% trans "Download" %}
    {% if book.pdf_file %} PDF {% trans "to print" %} {% endif %} {% if book.epub_file %} EPUB {% trans "for an e-book reader" %} {% endif %} {% if book.mobi_file %} MOBI {% trans "for Kindle" %} {% endif %} {% if book.fb2_file %} FB2 {% trans "FictionBook" %} {% endif %} {% if book.txt_file %} TXT {% trans "for advanced usage" %} {% endif %}
  • {% if related.media.mp3 or related.media.ogg %} {% trans "Listen" %} {% endif %}
{% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}
{% block right-column %} {% endblock %}