{% extends "base/base.html" %} {% load i18n %} {% load common_tags catalogue_tags %} {% load ssify %} {% load build_absolute_uri from fnp_common %} {% load cache %} {% block titleextra %}{{ book.pretty_title }}{% endblock %} {% block ogimage %}{% if book.cover %}{{ book.cover.url|build_absolute_uri:request }}{% endif %}{% endblock %} {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block extrahead %} {{ block.super }} {% if request.path == '/katalog/lektura/pan-tadeusz/' %} {% include "hotjar.html" %} {% endif %} {% endblock %} {% block body %} {% include 'catalogue/book_wide.html' %} {% work_list book_children %} {% spaceless %} {% if book.other_versions %}

{% trans "Other versions" %}:

{% for rel in book.other_versions %} {% cache 86400 book_mini_box rel.pk %} {% include 'catalogue/book_mini_box.html' with book=rel %} {% endcache %} {#% ssi_include 'catalogue_book_mini' pk=rel.pk %#} {% endfor %}
{% endif %}

{% trans "See also" %}:

{% related_books book taken=book.other_versions|length %}
{% endspaceless %} {% with book.related_themes as themes %} {% if themes %}

{% trans "Themes" %}

{% plain_list themes book=book %} {% endif %} {% endwith %}

{% trans "Information about the work" %}

{% for author in book.authors %}
{% ssi_include 'catalogue_tag_box' pk=author.pk %}
{% endfor %} {% if extra_info.source_url %}
{% trans "Source" %} {% trans "of the book" %} {% trans "in" %} {% source_name extra_info.source_url %}
{% endif %} {% if book|status:user != 'closed' %}
{% trans "Source XML file" %}
{% endif %} {% if extra_info.about and not hide_about %}
{% trans "Book on" %} {% trans "Editor's Platform" %}
{% endif %} {% if book.wiki_link %}
{% trans "Book description on Wikipedia" %}
{% endif %}
{% trans "Mix this book" %}
{% endblock %}