{% if page.industry_section2.i_main_image %} {% capture main_image %}{% picture open_graph pages/{{ page.industry_section2.i_main_image }} %}{% endcapture %} {{ page.industry_section2.i_main_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}
{% for items in page.industry_section2.inventory_updates %}

{{ items.t_title }}

{% if items.t_description %} {% for items_more in items.t_description %}

{% if page.industry_section2.i_icon %} {% capture icon %}{% picture open_graph pages/{{ page.industry_section2.i_icon }} %}{% endcapture %} {{ page.industry_section2.i_icon | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}

{{ items_more.t_title }}

{% endfor %} {% endif %}
{% endfor %}
{% if page.industry_section2.i_right_image %} {% capture right_image %}{% picture open_graph pages/{{ page.industry_section2.i_right_image }} %}{% endcapture %} {{ page.industry_section2.i_right_image | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}