{% extend 'htmlbase.tpl' %} {% block content %}
{% indexentry nav name=tr.classIndex file=page.fileName anchor='' isReference=False %}
{% with index=classIndex.list|alphaIndex:'name' %} {# quick index at top #}
{% for section in index %} {{ section.letter }} {% if not forloop.last %}  |  {% endif %} {% endfor %}
{# multi column index #}
{% for section in index %} {% endfor %}
{# quick index at bottom #}
{% for section in index %} {{ section.letter }} {% if not forloop.last %}  |  {% endif %} {% endfor %}
{% endwith %}
{% endblock %}