{% assign handle = page.language %} {% case handle %} {% when "default" %}{% assign items = site.default_company | sort: 'order_by' %} {% when "ar" %}{% assign items = site.ar_company | sort: 'order_by' %} {% when "de" %}{% assign items = site.de_company | sort: 'order_by' %} {% when "es" %}{% assign items = site.es_company | sort: 'order_by' %} {% when "fr" %}{% assign items = site.fr_company | sort: 'order_by' %} {% when "it" %}{% assign items = site.it_company | sort: 'order_by' %} {% when "ja" %}{% assign items = site.ja_company | sort: 'order_by' %} {% endcase %} {% for item in items %}
{% if item.i_customer_logo %} {% assign companies_logo = '' %} {% capture companies_logo %}{% picture companies_logo companies/{{item.i_customer_logo}} %}{% endcapture %} {{ item.i_customer_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }} {% endif %}

{{ item.v_customer_display_name }}

{{ item.t_company_description1 }} {{ item.v_customer_display_name }} {{ item.t_company_description2 }}

{% endfor %}