$CommonFunctions.getDisplayReadyLabel("CostCenter")
#set ($selectedCostCenterList = $resourceFilter.getCostCenterList())
#foreach ($subCategory in $categoryCostCenterList) #set ($isChecked = "") #if ($selectedCostCenterList.indexOf($subCategory.getFullId()) != -1) #set ($isChecked = "checked") #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "resourcefiltercostcenter.notset")
$CommonFunctions.displayReady($subCategory.getName())