{% extends "base/base.html" %} {% load i18n %} {% load time_tags %} {% block titleextra %}{{ author.name }}{% endblock %} {% block metadescription %}{% trans "Public domain counter" %}: {{author.name}}.{% endblock %} {% block bodyid %}author-detail{% endblock %} {% block body %}

{{ author.name }}

{% if author.has_description %}
{{ author.description|safe }}
{{ author.description|safe|truncatewords_html:30 }}

{% endif %} {% if author.wiki_link %}

{% trans "Read article about this author on Wikipedia" %}

{% endif %} {% if author.alive %}

{% trans "This author's works are copyrighted." %} {% trans "Find out why Internet libraries can't publish this author's works." %}

{% else %} {% if author.in_pd %}

{% trans "This author's works are in public domain, but they were not yet published on Internet library of Wolne Lektury." %}

{% else %}

{% trans "This author's works will become part of public domain and will be allowed to be published without restrictions in" %}

{% trans "Find out why Internet libraries can't publish this author's works." %}

{% endif %} {% endif %} {% include "info/join_us.html" %}
{% include "publishing_suggest.html" %}
{% endblock %}