{% extends "base.html" %} {% load i18n %} {% load catalogue_tags chunks %} {% block bodyid %}book-a-list{% endblock %} {% block title %}{% trans "Listing of all works on WolneLektury.pl" %}{% endblock %} {% block body %}

{% trans "Listing of all works" %}

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

{% trans "Table of Content" %} {% for index, authors in books_nav.items %} {% endfor %}
{% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %}

{{ author }}

{% book_tree group books_by_parent %}
{% endif %} {% endfor %}

{% trans "↑ top ↑" %}

{% endblock %}