#set ($trackerpriorityhistory_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.trackerpriorityhistory")) #set ($nopriorityhistory_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.nopriorityhistory")) #set ($projecthasnotrackers_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.projecthasnotrackers")) #set ($prioritybreakdown_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.prioritybreakdown")) #set ($compositepointsdetail_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.compositepointsdetail")) #set ($prioritypoints_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.prioritypoints")) #set ($tracker_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.tracker")) #set ($trackingsince_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.trackingsince")) #set ($prioritypoints_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.prioritypoints")) #set ($lastset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.lastset")) #set ($title_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.title")) #set ($datetime_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.datetime")) #set ($changedby_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.changedby")) #set ($changedto_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "prioritydetail.changedto")) #set ($closebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.label")) #set ($closebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.hint")) $title_text #parse("common_js.vm") #parse("systemmanager_js.vm")
$compositepointsdetail_text
 $CommonFunctions.getDisplayReadyLabel("Project"):   
 $prioritypoints_text   $companyPriority
#if ($projectSubscriptionList.size() <= 0) #end #if ($projectSubscriptionList.size() > 0) #end
$prioritybreakdown_text
$projecthasnotrackers_text
#foreach ($projectSubscription in $projectSubscriptionList) #end
$tracker_text $trackingsince_text $prioritypoints_text $lastset_text
$CommonFunctions.formatDate($currentUserId,$projectSubscription.getSubscribedTime()) $projectSubscription.getPoints() $CommonFunctions.formatDate($currentUserId,$projectSubscription.getPointsSetTime())
#if ($projectLogList.size() <= 0) #end #if ($projectLogList.size() > 0) #end
$trackerpriorityhistory_text
$nopriorityhistory_text
#foreach ($projectLog in $projectLogList) #end
$datetime_text $changedby_text $changedto_text
$CommonFunctions.formatDate($currentUserId,$projectLog.getLogTime()) $projectLog.getAttrValue()