{% load i18n pcart_core theme_tags %}
{% include 'snippets/widget-homepage-nivoslider.html' %}
{% for i in "1,1"|range %} {% capture as link silent %}custom_showcase{{ i }}_link{% endcapture %} {% capture as img_toggle silent %}custom_showcase{{ i }}_img_toggle{% endcapture %} {% capture as img_file silent %}custom_showcase{{ i }}_img.png{% endcapture %} {% capture as text1 silent %}custom_showcase{{ i }}_text1{% endcapture %} {% capture as text2 silent %}custom_showcase{{ i }}_text2{% endcapture %} {% capture as text3 silent %}custom_showcase{{ i }}_text3{% endcapture %} {% if settings|element:link != '' or settings|element:text1 != '' or settings|element:text2 != '' or settings|element:text3 != '' %} {% endif %} {% endfor %}
{% for i in "2,4"|range %} {% capture as link silent %}custom_showcase{{ i }}_link{% endcapture %} {% capture as img_toggle silent %}custom_showcase{{ i }}_img_toggle{% endcapture %} {% capture as img_file silent %}custom_showcase{{ i }}_img.png{% endcapture %} {% capture as text1 silent %}custom_showcase{{ i }}_text1{% endcapture %} {% capture as text2 silent %}custom_showcase{{ i }}_text2{% endcapture %} {% capture as text3 silent %}custom_showcase{{ i }}_text3{% endcapture %} {% if settings|element:link != '' or settings|element:text1 != '' or settings|element:text2 != '' or settings|element:text3 != '' %} {% endif %} {% endfor %}