+ {% if languages|length >= 1 %}
+
+ - {{ _('Languages') }}
+ {% for slug, url in languages %}
+ {% if slug == current_language %} {% endif %}
+ - {{ slug }}
+ {% if slug == current_language %} {% endif %}
+ {% endfor %}
+
+ {% endif %}
+ {% if versions|length >= 1 %}
- {{ _('Versions') }}
{% for slug, url in versions %}
+ {% if slug == current_version %} {% endif %}
- {{ slug }}
+ {% if slug == current_version %} {% endif %}
{% endfor %}
+ {% endif %}
+ {% if downloads|length >= 1 %}
- {{ _('Downloads') }}
{% for type, url in downloads %}
- {{ type }}
{% endfor %}
+ {% endif %}
+ {% if READTHEDOCS %}
{# Translators: The phrase "Read the Docs" is not translated #}
- {{ _('On Read the Docs') }}
@@ -29,6 +46,7 @@
{{ _('Builds') }}
+ {% endif %}