X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/67df302167539474edd02b57c2e8bd30349d7625..4bec460435e74e85924894c7f4065d1468baba8b:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index 7d49cffa1..f385a19f8 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -11,11 +11,24 @@

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