#IF(#COUNT(#VisibleProducts))
#INCLUDE("CategorySearchForm")
#LOOP(#VisibleProducts)
#IF(#ImageSmall)
#ELSE
{NoImageAvailable}
#ENDIF
#ENDLOOP
#IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
* #Shop.PriceTagInfoMultiProductGross[0]
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
* #Shop.PriceTagInfoMultiProductNet[0]
#ELSE
#ENDIF
#ENDIF