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