X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5ea4ebb6aed109f6c6fff2d98f667abbddb0c4a0..f293bf6e6217d2277d11b65fdb63bc35badc8e68:/wolnelektury/templates/catalogue/book_list.html diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index be7045b88..ec6aae8c6 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -7,10 +7,17 @@ {% 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" %}

+

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

+ +

{{ form.q }} {{ form.tags }} + {% trans "or" %} {% trans "see" %}: + + {% trans "all books" %} + {% trans "audiobooks" %} + {% trans "DAISY" %} +

+
{% block book_list_info %}{% endblock %}
{% trans "Table of Content" %} @@ -26,6 +33,7 @@ {% endfor %}
+ {% block book_list %} {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %} @@ -36,6 +44,7 @@
{% endif %} {% endfor %} + {% endblock %}

{% trans "↑ top ↑" %}