{% if html_theme == 'sphinx_rtd_theme' %}
Other Versions v: {{ current_version }}
{%- if versions.tags %}
Tags
{%- for name, url, pdf_url in versions.tags %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if versions.branches %}
Branches
{%- for name, url, pdf_url in versions.branches %}
{{ name }}
{%- endfor %}
{%- endif %} {%- if versions.pdf_file %}
PDF
{%- for name, url, pdf_url in versions.tags %}
{{ name }}
{%- endfor %} {%- for name, url, pdf_url in versions.branches %}
{{ name }}
{%- endfor %}
{%- endif %}
{% elif html_theme == 'rasabaster' %}

Versions

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

tags

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

branches

{%- endif %}
{% else %}

{{ _('Versions') }}

{%- endif %}