X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/67df302167539474edd02b57c2e8bd30349d7625..a1ea2966e73e96e9ea5a192320353e8863687b41:/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 %}