{{ _('Index') }}
    {%- for key, dummy in genindexentries -%}
    {{ key }}
    {%- if not loop.last %} | {% endif -%}
    {%- endfor -%}
  
{{ key }}
| {%- endfor %}
 | 
{% extends "page.html" %} {% block head_title -%} {{ _("Index") }} - {{ docstitle|striptags|e }} {%- endblock head_title %} {% macro indexentries(firstname, links) -%} {% if links -%} {%- if links[0][0] %}{% endif -%} {{ firstname|e }} {%- if links[0][0] %}{% endif -%} {%- for ismain, link in links[1:] -%} , {%- if ismain %}{% endif -%} [{{ loop.index }}] {%- if ismain %}{% endif -%} {%- endfor %} {%- else %} {{ firstname|e }} {%- endif %} {% endmacro %} {% block content %}
| {%- endfor %}
 |