#if ($includeExecutionSection)
#if ($sortedExecutionObjects.size() == 0)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "investmentreport.executionprofile")
#else
#set ($sortedProfileColumns = $sortedExecutionColumns)
#set ($sortedProfileObjects = $sortedExecutionObjects)
#parse("singleprofilerow.vm")
#end
#end