{% if html_theme == "sphinx_rtd_theme" %}
Other versions v: {{ current_version }}
{%- if versions.tags %}
Tags
{%- for name, url in versions.tags.items() %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if versions.branches %}
Branches
{%- for name, url in versions.branches.items() %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if project_url %}
Project home
View
{%- endif %}
Search
{% elif html_theme == "alabaster" %}

Versions

viewing: {{ current_version }}
{%- if versions.tags %}

Tags

{%- endif %} {%- if versions.branches %}

Branches

{%- endif %}
{% elif html_theme == "bootstrap-astropy" %}
  v: {{ current_version }}
{%- if versions.tags %}
Tags
{%- for name, url in versions.tags.items() %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if versions.branches %}
Branches
{%- for name, url in versions.branches.items() %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if project_url %}
Project home
View
{%- endif %}
Search
{% else %}

{{ _('Versions') }}

{% endif %}