{% 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 %}
{% 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 %}
{% else %}

{{ _('Versions') }}

{% endif %}