X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6bbfe08e5d5ea8c966355d3545505dcd76353426..e1fb3d13cc2300d7a838cae120a182faefd89097:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index 7d49cffa1..2791ef213 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -7,15 +7,29 @@ {% block title %}{% trans "Listing of all works on WolneLektury.pl" %}{% endblock %} {% block body %} -

{% trans "Listing of all works" %}

+

{% block book_list_header %}{% trans "Listing of all works" %}{% endblock %}

{{ 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 %} @@ -23,4 +37,7 @@ {% endif %} {% endfor %}
-{% endblock %} \ No newline at end of file +
+

{% trans "↑ top ↑" %}

+
+{% endblock %}