{% block content_inner %}

{% trans key=key %}Index – {{ key }}{% endtrans %}

{%- for column in entries|slice(1) if column %} {%- endfor %}
    {%- for entryname, (links, subitems, _) in column %}
  • {{ indexentries(entryname, links) }} {%- if subitems %}
      {%- for subentryname, subentrylinks in subitems %}
    • {{ indexentries(subentryname, subentrylinks) }}
    • {%- endfor %}
    {%- endif -%}
  • {%- endfor %}
{% endblock content_inner %}