{# Concepts borrowed from the upstream template in the Furo theme: https://github.com/pradyunsg/furo/blob/522d7e6534706a5acc916dee5ab35a3102e937e8/src/furo/theme/furo/sidebar/variant-selector.html #}
{{ _('Versions') }}
{% for revision in doc_name_revisions %}
{% if revision.documentation_version == doc_name_revision.documentation_version %} {{ revision.documentation_version }} (current) {% else %} {{ revision.documentation_version }} {% endif %}
{% endfor %}