{% assign handle = page.language %} {% case handle %} {% when "default" %}{% assign items = site.default_comparison | 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_competitor_logo %} {% picture integration_120 companies/{{item.i_competitor_logo}} alt="{{ item.i_competitor_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-fluid" style="height: auto; max-width: 200px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-height: 80px;" %} {% endif %}

{{ item.t_competitor_name }}

{{ item.t_credibility_headline }} {{ item.t_competitor_name }}

{% endfor %}