X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/373f20f311d78b22849e9529299eddcbefb080bd..9c13fb6245a966d5890b11e7e0d8ccb6692cfacd:/wolnelektury/templates/catalogue/tagged_object_list.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index beb3eae50..3f9c5ba67 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} @@ -13,7 +13,7 @@ {% if shelf_is_set and not object_list %}

{% trans "Your shelf is empty" %}

-

{% trans "You can put a book on a shelf by entering page of the reading and clicking \"Put on the shelf\". %}

+

{% trans "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." %}

{% else %} {% autopaginate object_list 10 %} @@ -32,13 +32,13 @@ @@ -80,11 +80,14 @@ {% trans "This author's works are copyrighted." %} {% else %}{% comment %} Is dead {% endcomment %} {% if last_tag.in_pd %} - {% trans "This author's works are in public domain and will be published on Internet school library of Wolne Lektury soon." %} - {% else %}{% comment %} Is dead, but not yet in public domain {% endcomment %} +

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

+ {% else %} + {% comment %} Is dead, but not yet in public domain {% endcomment %}

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

{% include "catalogue/pd_counter.html" %} +

Dowiedz się, dlaczego biblioteki internetowe + nie mogą udostępniać dzieł tego autora.

{% endif %} {% endif %} @@ -113,7 +116,7 @@ {% tag_list categories.genre tags %} {% endif %} {% if categories.epoch %} -

{% trans "Epochs" %}Epoki

+

{% trans "Epochs" %}

{% tag_list categories.epoch tags %} {% endif %} @@ -130,7 +133,7 @@
{% trans "Close" %}
-

* {% trans "Loading" %}

+

* {% trans "Loading" %}

{% endblock %} \ No newline at end of file