{% if page.company_logos_main.t_title %}
{{page.company_logos_main.t_title}}
{% endif %} {% if page.company_logos_main.t_description %}

{{page.company_logos_main.t_description}}

{% endif %}
{% for item in page.company_logos %} {% assign company_logo = '' %} {% capture company_logo %}{% picture width_230 pages/{{ item.i_image }} %}{% endcapture %}
{{ item.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' }}
{% endfor %}
{% if page.company_logos_main.p_state_subtitle == true %}

{{page.company_logos_main.t_state_subtitle}}

{% endif %}