#set($mode = "view-status") #set( $contextPathHtml = "$req.contextPath/display/status/${username}/list?" ) #applyDecorator("root") #decoratorParam("context" "profile") #decoratorParam("mode" $mode) #decoratorParam("helper" $action.helper)
#if($viewingMyProfile==true)

$action.getText("status.list.yours")

#else

$action.getText("status.list.for",$htmlUtil.htmlEncode($user.fullName),"")

#end #bodytag ("Component" "template='general-statuslist.vm'") #param ("statusList" "statusList") #param ("statusId" "$statusId") #param ("contextPath" "$contextPathHtml") #param ("user" "$user") #param ("viewingMyProfile" "$viewingMyProfile") #end
#end