{{ _("Indices") }}

    {%- for rellink in rellinks %} {%- if rellink[0] == 'genindex' %}
  • {{ _('General Index') }}
  • {%- elif rellink[0] == 'modindex' %}
  • {{ _('Global Module Index') }}
  • {%- elif rellink[0] == 'py-modindex' %}
  • {{ _('Python Module Index') }}
  • {%- endif %} {%- endfor %}