X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/pdcounter/templates/pdcounter/author_detail.html diff --git a/src/pdcounter/templates/pdcounter/author_detail.html b/src/pdcounter/templates/pdcounter/author_detail.html index 50eef63fb..2c346ba70 100644 --- a/src/pdcounter/templates/pdcounter/author_detail.html +++ b/src/pdcounter/templates/pdcounter/author_detail.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load time_tags %} @@ -9,48 +9,50 @@ {% 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.gazeta_link %} -

- {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} -

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

+

+ {% 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 %} + +

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

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

+ {% 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 %} - {% if author.in_pd %} -

{% trans "This author's works are in public domain and will be published on Internet library of Wolne Lektury soon." %}

- {% 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 %} +
+

+ {% 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 %} - {% include "info/join_us.html" %} -
+ {% endif %} + {% include "info/join_us.html" %}
+
-
- {% include "publishing_suggest.html" %} -
+
+ {% include "publishing_suggest.html" %} +
{% endblock %}