1 {% extends "base/base.html" %}
 
   5 {% block titleextra %}{{ author.name }}{% endblock %}
 
   7 {% block metadescription %}{% trans "Public domain counter" %}: {{author.name}}.{% endblock %}
 
   9 {% block bodyid %}author-detail{% endblock %}
 
  12   <div class="left-column">
 
  13     <h1>{{ author.name }}</h1>
 
  14     <div class="normal-text white-box">
 
  15       {% if author.has_description %}
 
  16         <div id="description">
 
  17           <div id='description-long'>{{ author.description|safe }}</div>
 
  18           <div id='description-short'>{{ author.description|safe|truncatewords_html:30 }}</div>
 
  20         <div class="clearboth"></div>
 
  21         <div id="toggle-description"><p></p></div>
 
  23       {% if author.wiki_link %}
 
  25           <a href="{{ author.wiki_link }}">
 
  26             {% trans "Read article about this author on Wikipedia" %}
 
  33           {% trans "This author's works are copyrighted." %}
 
  34           {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this author's works." %}
 
  38           <p>{% trans "This author's works are in public domain, but they were not yet published on Internet library of Wolne Lektury." %}</p>
 
  42               {% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}
 
  44             <div class='countdown' data-until='{{ pd_counter|date_to_utc|utc_for_js }}'></div>
 
  46               {% trans "<a href='http://domenapubliczna.org/co-to-jest-domena-publiczna/'>Find out</a> why Internet libraries can't publish this author's works." %}
 
  51       {% include "info/join_us.html" %}
 
  55   <div class="right-column block-form">
 
  56     {% include "publishing_suggest.html" %}