{% extends "catalogue/viewer_base.html" %} {% load i18n l10n %} {% load catalogue_tags %} {% load chunks %} {% load thumbnail %} {% load annoy_banners from annoy %} {% block title %}{{ book.pretty_title }}{% endblock %} {% block extrahead %} {% endblock %} {% block menu %}
  • {% trans "Kliknij, by pobrać" %}: {{ book.pretty_title }}
  • {% if book.other_versions.exists %} {% endif %} {% if extra_info.logo_mono %} {% thumbnail extra_info.logo_mono '200x200' as th %} {{ extra_info.logo_alt|default:'Sponsor' }} {% endthumbnail %} {% endif %} {% trans "Numeracja" %} {% trans "Motywy" %} {% trans "Przypisy" %} {% trans "Pinezki" %} {% endblock menu %} {% block big-pane %}
    {% with next=book.get_next_text prev=book.get_prev_text %} {% if next %} {{ next.title }} → {% endif %} {% if prev %} ← {{ prev.title }} {% endif %}
    {% content_warning book %}
    {{ book_text|safe }} {% endwith %}
    {% trans "Zamknij" %}
    {% trans "Proszę czekać..." %}
    x
    {% endblock big-pane %} {% block footer %} {% if book.has_sync_file %}
    {% include 'catalogue/snippets/jplayer_reader.html' %}
    {% endif %}
    {% if book.parent %} {% for b in book.ancestors %} {% if forloop.counter > 1 %}
  • {% endif %} {{ b.title }}
      {% endfor %} {% for b in book.get_siblings %}
    1. {% if b == book %} {{ b.title }}
      {% else %} {{ b.title }} {% endif %}
    2. {% endfor %} {% for b in book.ancestor.all %}
    {% if not forloop.counter.last %}
  • {% endif %} {% endfor %} {% else %} {{ book.title }}
      {% for c in book.get_children %}
    1. {{ c.title }}
    2. {% endfor %}
    {% endif %}
    {% book_info book %}
    {% if book.other_versions.exists %}

    {% trans "Inne wersje utworu" %}

    {% trans "Zamknij drugą wersję" %}
    {% endif %}
    {% include 'catalogue/book_short.html' %}
    {% annoy_banners 'book-text-intermission' %} {% for insert in inserts %} {% include 'annoy/dynamic_insert.html' %} {% endfor %}
    {% localize off %} {% endlocalize %} {% endblock footer %}