1 {% extends "base.html" %}
3 {% load catalogue_tags pagination_tags %}
5 {% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
7 {% block bodyid %}book-stub-detail{% endblock %}
10 <h1>{{ book.title }}, {{ book.author }}</h1>
11 <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
12 <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to main page" %}</a></p>
17 {% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}
20 {% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}
21 {% include "catalogue/pd_counter.html" %}
22 {% trans "Find out why Internet libraries can't publish this work." %}
24 {% trans "This work is copyrighted." %}
27 {% include "info/join_us.html" %}
31 <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
33 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>