basic multilingual publications support
[wolnelektury.git] / apps / dictionary / templates / dictionary / note_list.html
index 6ae3664..fc4ad66 100755 (executable)
@@ -2,8 +2,14 @@
 {% load i18n pagination_tags %}
 {% load catalogue_tags %}
 
+
+{% block bodyid %}footnotes{% endblock %}
+
+{% block title %}{% trans "Footnotes on WolneLektury.pl" %}{% endblock %}
+
+
 {% block body %}
-    <h1>Przypisy</h1>
+    <h1>{% trans "Footnotes" %}</h1>
     {% search_form %}
 
 
 </p>
 <hr/>
 
+<p>
+{% blocktrans count object_list.count as c %}{{c}} footnote found{% plural %}{{c}} footnotes found{% endblocktrans %}
+</p>
+
 {% if object_list %}
 
 {% autopaginate object_list 100 %}
@@ -34,7 +44,7 @@
     <div class='dictionary-note'>
     {{ obj.html|safe }}
     <div class='dictionary-note-source'>
-    (<a href='{% url book_text obj.book.slug %}#{{ obj.anchor }}'>{{ obj.book.pretty_title }}</a>)
+    (<a href='{% url book_text obj.book.fileid %}#{{ obj.anchor }}'>{{ obj.book.pretty_title }}</a>)
     </div>
     </div>
 {% endfor %}