#IF(#IsNew)
{New}#ENDIF
#IF(#ImageSmall)
#ELSE
{NoImageAvailable}
#ENDIF
#LOCAL("ManufacturerPrice", #MANUFACTURERPRICE(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object))
#LOCAL("LowestManufacturerPrice", #ManufacturerPriceForCheapestVariation(#Object, #INPUT.Currency, #Shop.TaxModel, #Session.User.Object))
#IF(#DEFINED(#LowestManufacturerPrice) AND #IsMaster)
#SET("ManufacturerPrice", #LowestManufacturerPrice)
#ENDIF
#ENDLOCAL
#ENDLOCAL