$CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicabilitytypes.typevalues")
#if ($typeValueList.size() == 0)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicabilitytypes.none")
#else
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "formapplicabilitytypes.notset")
#foreach ($typeValue in $typeValueList)
$CommonFunctions.displayReady($typeValue.getTypeValue())
#end #end