@(search: SearchResult[Product], category: Category)
@for((product, i) <- search.getResults.zipWithIndex) { @if(i % 11 == 2){ } else {
@helper.productThumbnail(product, product.getMasterVariant, category, ImageSize.SMALL)
} }