{% load thumbnail static %}
{% for product in products %}
{% include 'oscar/catalogue/partials/product.html' with is_slider=True disable_responsive=True lazy=True %}
{% endfor %}