#LOCAL("OrdersCount",#COUNT(#Orders))
#IF(#OrdersCount == 0)
#ELSE
#ENDIF
#IF(#OrdersCount == 0)
{OffWeGo}
#ELSE
#LOCAL("SalesVolume",#SALESVOLUME(#Shop.Object,#Shop.TaxModel)) #SalesVolume[money]#ENDLOCAL
#ENDIF #IF(#OrdersCount > 0)
{SalesInMonth}
#ENDIF
#ENDLOCAL