#if ($includeBusinessObjectivesSection)
#set ($notUsed = $CommonFunctions.getNotUsed("BusinessObjective"))
#if ($notUsed.length() == 0)
#if ($associatedBusinessObjectivesList.size() > 0)
#foreach ($associatedBusinessObjective in $associatedBusinessObjectivesList)
- $CommonFunctions.displayReady($associatedBusinessObjective.getName())
#end
#else
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "investmentreport.nobusobj")
#end
#end
#end