1 {% extends "base.html" %}
 
   4 {% block titleextra %}{{ book.title }}{% endblock %}
 
   6 {% block metadescription %}Licznik domeny publicznej: {{ book.title }}.{% endblock %}
 
   8 {% block bodyid %}book-stub-detail{% endblock %}
 
  11     <h1>{{ book.author }}, {{ book.title }}</h1>
 
  15                 <p>{% trans "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." %}</p>
 
  18                         <p>{% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}</p>
 
  19             <div id='countdown' data-year='{{ pd_counter }}'></div>
 
  20                         <p>{% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  22                     <p>{% trans "This work is copyrighted." %}
 
  23                     {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  26     {% include "info/join_us.html" %}
 
  29     <div class="column-right block-form">
 
  30         {% include "publishing_suggest.html" %}