#set ($formapplicability_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicability.formapplicability")) #set ($instructionpart1_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicability.instructionpart1")) #set ($instructionpart2_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicability.instructionpart2")) #set ($role_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicability.role")) #set ($association_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicability.association")) #set ($showTypes = false) #set ($showStatus = true) #set ($showGroups = false) #set ($showOrg = false) #set ($showCustomCats = false) #if ($CommonFunctions.getNotUsed("Type").length() == 0) #set ($showTypes = true) #end #if ($CommonFunctions.getNotUsed("Group").length() == 0) #set ($showGroups = true) #end #if ($CommonFunctions.getNotUsed("Department").length() == 0) #set ($showOrg = true) #end #if ($sortedCustomCategories.size() > 0) #set ($showCustomCats = true) #end
$formapplicability_text
$instructionpart1_text
$instructionpart2_text
#set ($isDisabled = "") #foreach ($customCat in $sortedCustomCategories) #end