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 author's works are in public domain and will be published on Internet school library of Wolne Lektury soon." %} 
 
  20                         {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in:" %}
 
  21                     {% include "catalogue/pd_counter.html" %}
 
  23                     {% trans "This author's works are copyrighted." %}
 
  26     {% include "info/join_us.html" %}
 
  30         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
 
  32             <p><img src="/static/img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>