{#% include "widgets/language_chooser.html" %#}
{% for link in links %}
{% if link.dropdown %}
-
{{ link.text|safe }}
{% elif link.languageswitcher %}
{% if FEATURE_SHOW_TRANSLATIONS %}
{% include "widgets/language_chooser.html" with onlyxs=link.onlyxs %}
{% endif %}
{% else %}
-
{{ link.text|safe }}
{% endif %}
{% endfor %}