#if($TabName == $ResourceBundle.getString('SharePointRepository.Security') && ${SeqNum} == ${SelectedNum}) #set($atcounter = 0) #foreach($accesstoken in $ACCESSTOKENS) #set($atcounter = $atcounter + 1) #end #if($atcounter == 0) #end

$Encoder.bodyEscape($ResourceBundle.getString('SharePointRepository.Security2')) #if($SECURITY == 'on') #else #end $Encoder.bodyEscape($ResourceBundle.getString('SharePointRepository.Enabled'))  #if($SECURITY == 'off') #else #end $Encoder.bodyEscape($ResourceBundle.getString('SharePointRepository.Disabled'))

$Encoder.bodyEscape($accesstoken)
$Encoder.bodyEscape($ResourceBundle.getString('SharePointRepository.NoAccessTokensPresent'))

#else #set($atcounter = 0) #foreach($accesstoken in $ACCESSTOKENS) #set($atcounter = $atcounter + 1) #end #end