1 {% extends "base.html" %}
 
   4 {% block titleextra %}{{ book.title }}{% endblock %}
 
   6 {% block metadescription %}{% trans "Public domain counter" %}: {{ book.title }}.{% endblock %}
 
   8 {% block bodyid %}book-stub-detail{% endblock %}
 
  11     <div class="left-column">
 
  12     <h1>{{ book.author }}, {{ book.title }}</h1>
 
  13         <div class="normal-text white-box">
 
  16                 <p>{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}</p>
 
  19                         <p>{% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}</p>
 
  20             <div id='countdown' data-year='{{ pd_counter }}'></div>
 
  21                         <p>{% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  23                     <p>{% trans "This work is copyrighted." %}
 
  24                     {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
 
  27     {% include "info/join_us.html" %}
 
  31     <div class="right-column block-form">
 
  32         {% include "publishing_suggest.html" %}