{% paginate products from products.on_sale by theme.products_per_page %}
{% if products != blank %}
{% for product in products %}
{% if i == 'four' %}
{% endif %}
{% endfor %}
{% unless i == 'four' %}{% endunless %}
{{ products | paginate | replace: "", "/a>" | replace: "/span>", "/span>" | replace: "»" , "" | replace: "«" , "" }}
{% else %}
No products found.
{% endif %}
{% endpaginate %}