{% if oxcmp_user %} {% set iNoticeListCount = oxcmp_user.getNoticeListArtCnt() %} {% set iWishListCount = oxcmp_user.getWishListArtCnt() %} {% set iRecommListCount = oxcmp_user.getRecommListsCount() %} {% else %} {% set iNoticeListCount = 0 %} {% set iWishListCount = 0 %} {% set iRecommListCount = 0 %} {% endif %} {% set iNotificationsCounter = oView.getCompareItemsCnt()+iNoticeListCount+iWishListCount+iRecommListCount %}