• {{ "CHANGE_COUNTRY"|translate }}

      {% for country in data.countries %} {% if country.bilingual %}
    • {{ country|first.menuTitle }}
    • {% else %}
    • {{ country|first.menuTitle }}
    • {% endif %} {% if loop.index % 10 == 0 %} {# every 10 countries begin a new column #}
      {% endif %} {% endfor %}
    {% if data.countries is valuableArray %} {% for country in data.countries %} {% if country.bilingual %} {% set hidden = (data.activeLocale|first.iso|lower == country|first.iso|lower ? '' : 'style="display: none;"') %}

      {{ "CHANGE_LANGUAGE"|translate }}

      {{ country|first.menuTitle }} {% for language in country %} {% if loop.index != country|length %} {# apparently the last element is an empty one#}
    • {{ language.languageName }}
    • {% endif %} {% endfor %}
    {% endif %} {% endfor %} {% endif %}
    {{ "BTN_BACK"|translate }}