#set ($userProfilePicture = $brikitCore.getProfilePictureInfo($user)) #set ($pictureDownloadPath = "$req.contextPath$generalUtil.htmlEncode($userProfilePicture.downloadPath)") #if ($hover-profile) #end #if ($display-avatar) #end #if ($display-name)
#if ($user)$user.fullName#else$username#end
#end #if ($display-at-mention)
#if ($user)@$user.name#end
#end #if ($hover-profile) #end #if ($display-email)
$!user.email
#end #if ($display-profile-link && $user) #end #foreach ($field in $other-profile-fields)
$!user-profile.get($field)
#end