#macro (renderUserImage $userForImage) #if ($userForImage) #set ($userProfilePicture = $brikitCore.getProfilePictureInfo($userForImage)) #if ($userProfilePicture.isAnonymousPicture()) #else #set ($pictureDownloadPath = "$req.contextPath$generalUtil.htmlEncode($userProfilePicture.downloadPath)") #end #end #end #set ($page-status-class = $brikitCore.classify("$!contentFlow.pageStatus($richLinkContent.abstractPage).name"))