1 {% extends '2022/base.html' %}
5 {% block global-content %}
6 <div class="l-container">
7 <div class="l-breadcrumb">
8 <a href="/"><span>Strona główna</span></a>
9 <a href="/katalog/lektury/"><span>Literatura</span></a>
15 <section class="l-section">
16 <div class="l-content">
17 <header class="l-header">
18 <div class="l-header__content">
19 <p>{{ book.author }}</p>
20 <h1>{{ book.title }}</h1>
21 {% if book.translator %}
22 <p class="l-header__translators">
29 <article class="l-article">
31 <p>{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}</p>
35 {% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}
37 <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
39 {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
43 {% trans "This work is copyrighted." %}
44 {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}