{% for product in collection.products %} {% if product.available %} {% include 'product-grid-item' %} {% endif %} {% endfor %}