1 {% extends "2022/base.html" %}
7 {% title author.name %}
10 {% block breadcrumbs %}
11 <a href="/katalog/"><span>Katalog</span></a>
12 <a href="/katalog/autor/"><span>Autor</span></a>
16 <div class="l-section">
17 <div class="l-author__header">
18 <h1>{{ author.name }}</h1>
22 <div class="l-section">
27 {% trans "This author's works are copyrighted." %}
28 {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this author's works." %}
32 <p>{% trans "This author's works are in public domain, but they were not yet published on Internet library of Wolne Lektury." %}</p>
36 {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}
38 <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
40 {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this author's works." %}
49 <section class="l-section">
50 <div class="l-author">
51 {% include "catalogue/2022/author_box.html" %}