{% for lang_code, lang_config in config.languages %}
{% if lang_code != lang %}
{% if page is defined and page.translations %}
{% set translation = page.translations | filter(attribute="lang", value=lang_code) | first %}
{% if translation %}
{% endif %}
{% elif section is defined and section.translations %}
{% set translation = section.translations | filter(attribute="lang", value=lang_code) | first %}
{% if translation %}