+ {% if languages|length >= 1 %}
+
+ - {{ _('Languages') }}
+ {% for slug, url in languages %}
+ {% if slug == current_language %} {% endif %}
+ - {{ slug }}
+ {% if slug == current_language %} {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+ - Versions
+
+ {% if downloads|length >= 1 %}
+
+ - {{ _('Downloads') }}
+ {% for type, url in downloads %}
+ - {{ type }}
+ {% endfor %}
+
+ {% endif %}
+ {% if READTHEDOCS %}
+
+ - {{ _('On Read the Docs') }}
+ -
+ {{ _('Project Home') }}
+
+ -
+ {{ _('Builds') }}
+
+
+ {% endif %}
+