{% extends "base.html" %} {% load i18n l10n %} {% load catalogue_tags %} {% load chunks %} {% load thumbnail %} {% load static %} {% 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 %} {% endblock menu %} {% block breadcrumb-right %} {% endblock %} {% block main %}
    Szacowany czas do końca: -
    {{ book.pretty_title }}

    {% for author in book.authors %}{{ author.name }}{% if not forloop.last %}, {% endif %}{% endfor %}

    {{ book.title }}

    {% with translators=book.translators %} {% if translators %}

    {% if translators.0 != 'tłumacz nieznany' %} {% trans "tłum." %} {% endif %} {% for translator in translators %} {{ translator }}{% if not forloop.last %}, {% endif %} {% endfor %}

    {% endif %} {% endwith %}
    {% content_warning book %}
    {% with next=book.get_next_text prev=book.get_prev_text %} {% if next %} {{ next.title }} → {% endif %} {% if prev %} ← {{ prev.title }} {% endif %} {{ book_text|safe }} {% endwith %}
    {% trans "Zamknij" %}
    {% trans "Proszę czekać..." %}
    x
    {% if book.other_versions.exists %}

    {% trans "Inne wersje utworu" %}

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