- <div class="normal-text white-box">
-
- {% if book.in_pd %}
- <p>{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}</p>
- {% else %}
- {% if book.pd %}
- <p>{% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}</p>
- <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
- <p>{% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
- {% else %}
- <p>{% trans "This work is copyrighted." %}
- {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}</p>
- {% endif %}
- {% endif %}
- {% include "info/join_us.html" %}
- </div>
+ <div class="normal-text white-box">
+ {% if book.in_pd %}
+ <p>{% trans "This work is in public domain and will be published on Internet library of Wolne Lektury soon." %}</p>
+ {% else %}
+ {% if book.pd %}
+ <p>
+ {% trans "This work will become part of public domain and will be allowed to be published without restrictions in" %}
+ </p>
+ <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
+ <p>
+ {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
+ </p>
+ {% else %}
+ <p>
+ {% trans "This work is copyrighted." %}
+ {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this work." %}
+ </p>
+ {% endif %}
+ {% endif %}
+ {% include "info/join_us.html" %}