1 {% extends "base/base.html" %}
 
   5 {% block titleextra %}{{ book.title }}{% endblock %}
 
   7 {% block metadescription %}{% trans "Public domain counter" %}: {{ book.title }}.{% endblock %}
 
   9 {% block bodyid %}book-stub-detail{% endblock %}
 
  12   <div class="left-column">
 
  13     <h1>{{ book.author }}, {{ book.title }}</h1>
 
  14     <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>
 
  20             {% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}
 
  22           <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
 
  24             {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
 
  28             {% trans "This work is copyrighted." %}
 
  29             {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
 
  33       {% include "info/join_us.html" %}
 
  37   <div class="right-column block-form">
 
  38     {% include "publishing_suggest.html" %}