#if ($includeImpactSection)
#if ($sortedImpactObjects.size() == 0)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "investmentreport.impactprofile")
#else
#set ($sortedProfileColumns = $sortedImpactColumns)
#set ($sortedProfileObjects = $sortedImpactObjects)
#parse("singleprofilerow.vm")
#end
#end