#set ($savebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.label"))
#set ($savebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.save.hint"))
#set ($cancelbutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.label"))
#set ($cancelbuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.hint"))
#set ($deletebutton_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.delete.label"))
#set ($deletebuttonhint_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.delete.hint"))
#set ($computationdetail_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.computationdetail"))
#set ($alertmessage1_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.alertmessage1"))
#set ($alertmessage2_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.alertmessage2"))
#set ($alertmessage3_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.alertmessage3"))
#set ($alertmessage4_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.alertmessage4"))
#set ($headertitle_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.headertitle"))
#set ($name_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.name"))
#set ($displaysettings_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.displaysettings"))
#set ($showin_text = $CommonFunctions.getTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showin"))
#set ($table_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.table"))
#set ($showinXaxis_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showinXaxis"))
#set ($showinYaxis_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showinYaxis"))
#set ($showinsize_text = $CommonFunctions.getTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showinsize"))
#set ($position_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.position"))
#set ($showascost_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showascost"))
#set ($showasbenefit_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.showasbenefit"))
#set ($makeavailable_text = $CommonFunctions.getTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.makeavailable"))
#set ($summarylabel_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.summarylabel"))
#set ($summaryformatting_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.summaryformatting"))
#set ($access_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.access"))
#set ($public_text = $CommonFunctions.getTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.public"))
#set ($sensitive_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.sensitive"))
#set ($description_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.description"))
#set ($computationtype_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.computationtype"))
#set ($viewoptions_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.viewoptions"))
#set ($none_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.none"))
#set ($formatascurrency_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegacomputationdetail.formatascurrency"))
#set ($ExecutionProfile = $CommonFunctions.getViewLabel("ExecutionProfileMainView").getDisplayedName())
#set ($ExecutionProfileOverviewTab = $CommonFunctions.getViewLabel("ExecutionProfileTab").getDisplayedName())
#set ($ImpactProfile = $CommonFunctions.getViewLabel("ImpactProfileMainView").getDisplayedName())
#set ($BusinessAlignment = $CommonFunctions.getViewLabel("BusinessAlignmentMainView").getDisplayedName())
#set ($BalancingTab = $CommonFunctions.getViewLabel("BusinessAlignmentBalancingView").getDisplayedName())
#set ($hideExecutionProfileView = true)
#if ($availableViewList.indexOf("ExecutionProfileMainView") != -1 )
#set ($hideExecutionProfileView = false)
#end
#set ($hideExecutionProfileOverviewTab = true)
#if ($availableViewList.indexOf("ExecutionProfileTab") != -1 )
#set ($hideExecutionProfileOverviewTab = $hideExecutionProfileView)
#end
#set ($hideImpactProfileView = true)
#if ($availableViewList.indexOf("ImpactProfileMainView") != -1 )
#set ($hideImpactProfileView = false)
#end
#set ($hideImpactProfileTableView = true)
#if ($availableViewList.indexOf("ImpactProfileTableView") == -1 )
#set ($hideImpactProfileTableView = $hideImpactProfileView)
#end
#set ($hideImpactProfileGraphView = true)
#if ($availableViewList.indexOf("ImpactProfileGraphView") != -1 )
#set ($hideImpactProfileGraphView = $hideImpactProfileView )
#end
#set ($hideBusinessAlignmentView = true)
#if ($availableViewList.indexOf("BusinessAlignmentMainView") != -1 )
#set ($hideBusinessAlignmentView = false)
#end
#set ($hideBusinessAlignmentGraphView = true)
#if ($availableViewList.indexOf("BusinessAlignmentGraphView") != -1 )
#set ($hideBusinessAlignmentGraphView = $hideBusinessAlignmentView)
#end
#set ($hideBusinessAlignmentTableView = true)
#if ($availableViewList.indexOf("BusinessAlignmentTableView") != -1 )
#set ($hideBusinessAlignmentTableView = $hideBusinessAlignmentView)
#end
#set ($hideBalancingView = true)
#if ($availableViewList.indexOf("BusinessAlignmentBalancingView") != -1 )
#set ($hideBalancingView = $hideBusinessAlignmentView)
#end
$computationdetail_text
#parse("/common_js.vm")
#parse("/systemmanager_js.vm")
#parse ("/formvalidator.vm")
#parse("/itimpactdialogs_js.vm")
#parse ("/changedetector.vm")