{% endif %}
{% if loop.index % 14 == 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#}