1 {% extends "base.html" %}
 
   4 {% block title %}{{ book.title }} w WolneLektury.pl{% endblock %}
 
   6 {% block metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %}
 
   8 {% block bodyid %}book-stub-detail{% endblock %}
 
  11     <h1>{{ book.author }}, {{ book.title }}</h1>
 
  12     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
 
  13         <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>
 
  18                 <p>{% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}</p>
 
  21                         <p>{% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}</p>
 
  22                     {% include "pdcounter/pd_counter.html" %}
 
  23                         <p>{% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  25                     <p>{% trans "This work is copyrighted." %}
 
  26                     {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  29     {% include "info/join_us.html" %}
 
  32     <div class="column-right block-form">
 
  33         {% include "publishing_suggest.html" %}