X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/876c24227952faa17eda5d706cb0b3316d5ffe24..7583035c199c378c8d019937d155992709536b91:/apps/dictionary/templates/dictionary/note_list.html diff --git a/apps/dictionary/templates/dictionary/note_list.html b/apps/dictionary/templates/dictionary/note_list.html index 6ae3664ea..097457eda 100755 --- a/apps/dictionary/templates/dictionary/note_list.html +++ b/apps/dictionary/templates/dictionary/note_list.html @@ -1,16 +1,21 @@ {% extends "base.html" %} {% load i18n pagination_tags %} -{% load catalogue_tags %} + + +{% block bodyid %}footnotes{% endblock %} + +{% block titleextra %}{% trans "Footnotes" %}{% endblock %} + {% block body %} -
{% trans "By first letter" %}: {% if letter %} - {% trans "all" %} + {% trans "all" %} {% else %} {% trans "all" %} {% endif %} @@ -20,12 +25,16 @@ {% if let == letter %} {{ let|upper }} {% else %} - {{ let|upper }} + {{ let|upper }} {% endif %} {% endfor %}
+{% blocktrans count object_list.count as c %}{{c}} footnote found{% plural %}{{c}} footnotes found{% endblocktrans %} +
+ {% if object_list %} {% autopaginate object_list 100 %} @@ -34,7 +43,7 @@