{# SPDX-License-Identifier: BSD-2-Clause Copyright 2007-2021 by the Sphinx team (sphinx-doc/sphinx#AUTHORS) Copyright Sphinx Confluence Builder Contributors (AUTHORS) Template for a storage-format domainindex document. #} {%- if pagegen_notice -%}
{%- if pagegen_notice is sameas true -%} {{ L('This page has been automatically generated.') }} {%- else -%} {{ L(pagegen_notice|e)}} {%- endif %}

{%- else -%}
{%- endif -%}

{%- for key, _ in index -%} {{ key|upper }} {%- if not loop.last %} | {% endif %} {%- endfor %}


{%- for key, entries in index %}

{{ key|upper }} {{ key|upper }}

{% for (name, grouptype, page, anchor, extra, qualifier, description) in entries %}

{%- if page %} {{ name|e }} {%- else -%} {{ name|e }} {%- endif -%} {%- if extra %} ({{ extra|e }}){% endif -%}

{%- if qualifier %}{{ qualifier|e }}:{% endif -%} {{ description|e }}

{% endfor %} {% endfor %}