{# Hidden popups suggesting other languages. The script shows the one for the language the browser prefers, unless it prefers the current one or the visitor closed it before. #} {% if language_suggestions %}
{% for lang_code, suggestion in language_suggestions.items() %} {% endfor %}
{% endif %}