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

{% title_from_tags tags %}

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

Zwiń opis ▲

{% endif %} {% endwith %}
    {% for book in object_list %}
  1. {{ book.short_html }}
  2. {% endfor %}
{% paginate %}
{% if categories.set %}

Półki

{% endif %} {% if categories.author %}

Autorzy

{% endif %} {% if categories.epoch %}

Epoki

{% endif %} {% if categories.kind %}

Rodzaje

{% endif %} {% if categories.genre %}

Gatunki literackie

{% endif %}
{% if categories.theme %}

Motywy

{% endif %}
Zamknij

* Ładowanie

{% endblock %}