1 {% extends "base/base.html" %}
3 {% load common_tags catalogue_tags %}
5 {% load build_absolute_uri from fnp_common %}
8 {% block titleextra %}{{ book.pretty_title }}{% endblock %}
9 {% block ogimage %}{% if book.cover %}{{ book.cover.url|build_absolute_uri:request }}{% endif %}{% endblock %}
11 {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
13 {% block bodyid %}book-detail{% endblock %}
17 {% if request.path == '/katalog/lektura/pan-tadeusz/' %}
18 {% include "hotjar.html" %}
24 {% include 'catalogue/book_wide.html' %}
26 {% work_list book_children %}
29 {% if book.other_versions %}
30 <section class="see-also">
31 <h1>{% trans "Other versions" %}:</h1>
32 {% for rel in book.other_versions %}
33 {% cache 86400 book_mini_box rel.pk %}
34 {% include 'catalogue/book_mini_box.html' with book=rel %}
36 {#% ssi_include 'catalogue_book_mini' pk=rel.pk %#}
41 <section class="see-also">
42 <h2>{% trans "See also" %}:</h2>
43 {% related_books book taken=book.other_versions|length %}
47 {% with book.related_themes as themes %}
49 <h2>{% trans "Themes" %}</h2>
50 {% plain_list themes book=book %}
55 <h2>{% trans "Information about the work" %}</h2>
56 {% for author in book.authors %}
57 <div class="white-box">
58 <a style="display:block" href="{{ author.get_absolute_url }}">
59 {% ssi_include 'catalogue_tag_box' pk=author.pk %}
65 {% if extra_info.source_url %}
66 <div class="white-box">
67 <a href="{{ extra_info.source_url }}">{% trans "Source" %}</a> {% trans "of the book" %}
68 {% trans "in" %} {% source_name extra_info.source_url %}
71 {% if book|status:user != 'closed' %}
72 <div class="white-box"><a href="{{ book.xml_url }}">{% trans "Source XML file" %}</a></div>
74 {% if extra_info.about and not hide_about %}
75 <div class="white-box">
76 {% trans "Book on" %} <a href="{{ extra_info.about }}">{% trans "Editor's Platform" %}</a>
79 {% if book.wiki_link %}
80 <div class="white-box">
81 <a href="{{ book.wiki_link }}">{% trans "Book description on Wikipedia" %}</a>
84 <div class="white-box">
85 <a href="{% url 'poem_from_book' book.slug %}">{% trans "Mix this book" %}</a>