{% extends "base.html" %} {% load i18n %} {% load catalogue_tags pagination_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %} {% 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\". %}

{% else %} {% autopaginate object_list 10 %}
{% with tags|last as last_tag %} {% if last_tag.has_description %}
{{ last_tag.description|safe }}

{% trans "Toggle description" %} ▲

{% endif %} {% if shelf_is_set %} {% trans "Download all books from this shelf" %} {% endif %} {% if last_tag.gazeta_link %}

{% ifequal last_tag.category "author" %} {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} {% endifequal %} {% ifequal last_tag.category "epoch" %} {% trans "Read study of epoch" %} {{ last_tag }} {% trans "on Lektury.Gazeta.pl" %} {% endifequal %}

{% endif %} {% if last_tag.wiki_link %}

{% ifequal last_tag.category "author" %} {% trans "Read article about this author on Wikipedia" %} {% endifequal %} {% ifequal last_tag.category "epoch" %} {% trans "Read article about epoch" %} {{ last_tag }} {% trans "on Wikipedia" %} {% endifequal %}

{% endif %} {% if object_list %}
    {% for book in object_list %}
  1. {% if user_is_owner %} {% trans "Delete" %} {% endif %} {{ book.short_html }}
  2. {% endfor %}
{% else %} {% if only_author %} {% if last_tag.alive %} {% 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 will become part of public domain and will be allowed to be published without restrictions in:" %}

{% include "catalogue/pd_counter.html" %}
{% endif %} {% endif %} {% else %} {% trans "No works of this author found." %} {% endif %} {% include "info/join_us.html" %} {% endif %} {% endwith %} {% paginate %}
{% if object_list %} {% comment %} If we didn't find anything there will be nothing on the right side as well {% endcomment %}
{% if categories.author %}

{% trans "Authors" %}

{% tag_list categories.author tags %} {% endif %} {% if categories.kind %}

{% trans "Kinds" %}

{% tag_list categories.kind tags %} {% endif %} {% if categories.genre %}

{% trans "Genres" %}

{% tag_list categories.genre tags %} {% endif %} {% if categories.epoch %}

{% trans "Epochs" %}Epoki

{% tag_list categories.epoch tags %} {% endif %}
{% if categories.theme %}

{% trans "Themes" %}

{% tag_list categories.theme tags %} {% endif %}
{% endif %} {% endif %}
{% trans "Close" %}

* {% trans "Loading" %}

{% endblock %}