Version: {{ current_version }}
{% if versions|length >= 1 %}
{{ _('Versions') }}
{% for the_version, url in versions %}
  • {{ the_version }} {% if the_version == current_version %} <--{% endif %}
  • {% endfor %}
    {% endif %}