1 {% extends "base.html" %}
2 {% load i18n pagination_tags %}
3 {% load catalogue_tags %}
11 {% trans "By first letter" %}:
13 <a href='{% url dictionary_notes %}'>{% trans "all" %}</a>
15 <strong>{% trans "all" %}</strong>
18 {% for let in letters %}
20 {% if let == letter %}
21 <strong>{{ let|upper }}</strong>
23 <a href='{% url dictionary_notes let %}'>{{ let|upper }}</a>
31 {% autopaginate object_list 100 %}
33 {% for obj in object_list %}
34 <div class='dictionary-note'>
36 <div class='dictionary-note-source'>
37 (<a href='{% url book_text obj.book.slug %}#{{ obj.anchor }}'>{{ obj.book.pretty_title }}</a>)