{# Add rst-badge after rst-versions for small badge style. #}
{{ project }}
v: {{ current_version }}
{% if show_versions %}
{{ _('Versions') }}
{% for slug, url in versions %}
{{ slug }}
{% endfor %}
{% endif %}
{{ _('External Links') }}
{% for slug, url in links %}
{{ slug }}
{% endfor %}
{% if READTHEDOCS %}
{# Translators: The phrase "Read the Docs" is not translated #}
{{ _('On Read the Docs') }}
{{ _('Project Home') }}
{{ _('Builds') }}
{% endif %}