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

Autorzy

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

Rodzaje

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

Gatunki literackie

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

Epoki

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

Motywy

{% tag_list categories.theme tags %} {% endif %}
Zamknij

* Ładowanie

{% endblock %}