{% extends "base.html" %} {% load i18n pagination_tags %} {% block bodyid %}footnotes{% endblock %} {% block titleextra %}{% trans "Footnotes" %}{% endblock %} {% block body %}
{% trans "By first letter" %}: {% if letter %} {% trans "all" %} {% else %} {% trans "all" %} {% endif %} {% for let in letters %} | {% if let == letter %} {{ let|upper }} {% else %} {{ let|upper }} {% endif %} {% endfor %}
{% blocktrans count object_list.count as c %}{{c}} footnote found{% plural %}{{c}} footnotes found{% endblocktrans %}
{% if object_list.exists %} {% autopaginate object_list 100 %} {% paginate %} {% for obj in object_list %}