#if($TabName == $ResourceBundle.getString('EmailConnector.Server'))

$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.ProtocolColon'))
$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.HostNameColon'))
$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.PortColon'))

$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.UserNameColon'))
$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.PasswordColon'))

$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.ConfigurationPropertiesColon')) #set($k = 0) #foreach($property in $PROPERTIES) #if(($k % 2) == 0) #else #end #set($k = $k + 1) #end #if($k == 0) #end #set($nextk = $k + 1)
$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.ServerProperty')) $Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.Value'))
$Encoder.bodyEscape($property.get('name')) $Encoder.bodyEscape($property.get('value'))
$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.NoServerPropertiesSpecified'))

#else #set($k = 0) #foreach($property in $PROPERTIES) #set($k = $k + 1) #end #end