#IF(#Class.Alias NE "StartPage")
#IF(#COUNT(#VisibleProducts))
#INCLUDE("CategorySearchForm")
#LOCAL("PagerSize",5)
#BLOCK("PagerProducts", #VisibleProducts, 12)
#IF(#Pager.CountOfItems > 0)
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#LOOP(#Pager.Items)
#INCLUDE("Content-Products.LargeProductBoxItem")
#ENDLOOP
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#ENDIF
#ENDBLOCK
#ENDLOCAL
#ENDIF
#ELSE
#IF(#COUNT(#VisibleProducts))
#INCLUDE("CategorySearchForm")
#LOOP(#VisibleProducts)
#INCLUDE("Content-Products.LargeProductBoxItem")
#ENDLOOP
#ENDIF
#ENDIF
#IF(#FUNCTION("DISPLAYPRICETAGINFOGROSS", #Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
* #Shop.PriceTagInfoMultiProductGross[0]
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
* #Shop.PriceTagInfoMultiProductNet[0]
#ELSE
#ENDIF