$[off] ${bodyid::wan_outbound} $[include common/${lang}/texts.tmpl] ${title::${_wan_outbound.title}} $[on]$[include common/header.html] $[include common/submenu_wan.html]

${title} ${_global.help.txt}

$[if $error]
$[if ${_wan_outbound.error.title}]

${_wan_outbound.error.title}

$[else]

${_global.error.title}

$[fi] $[if ${_wan_outbound.error.desc}]

${_wan_outbound.error.desc}

$[else]

${_global.error.desc}

$[fi]
$[elif ${success}]
$[if ${_wan_outbound.success.title}]

${_wan_outbound.success.title}

$[else]

${_global.success.title}

$[fi] $[if ${_wan_outbound.success.desc}]

${_wan_outbound.success.desc}

$[else]

${_global.success.desc}

$[fi]
$[fi]

${_wan_outbound.desc}

${_wan_outbound.add.title}

$[load] $[if ${wan_outbound.totalElements}]
${_wan_outbound.existing.title}
$[sort wan_outbound.id] $[index a] $[value b] $[count c] $[eval \${sourceAddress::\${wan_outbound.sourceAddress.${b}}}] $[eval \${sourceFrom::\${wan_outbound.sourceFrom.${b}}}] $[eval \${sourceTo::\${wan_outbound.sourceTo.${b}}}] $[eval \${sourcePort::\${wan_outbound.sourcePort.${b}}}] $[eval \${sourcePortFrom::\${wan_outbound.sourcePortFrom.${b}}}] $[eval \${sourcePortTo::\${wan_outbound.sourcePortTo.${b}}}] $[eval \${destinationAddress::\${wan_outbound.destinationAddress.${b}}}] $[eval \${destinationFrom::\${wan_outbound.destinationFrom.${b}}}] $[eval \${destinationTo::\${wan_outbound.destinationTo.${b}}}] $[eval \${destinationPort::\${wan_outbound.destinationPort.${b}}}] $[eval \${destinationPortFrom::\${wan_outbound.destinationPortFrom.${b}}}] $[eval \${destinationPortTo::\${wan_outbound.destinationPortTo.${b}}}] $[eval \${protocol::\${wan_outbound.protocol.${b}}}] $[eval \${action::\${wan_outbound.action.${b}}}] $[tros]
${_wan_outbound.existing.srcip}
${_wan_outbound.existing.srcport}
${_wan_outbound.existing.destip}
${_wan_outbound.existing.destport}
${_wan_outbound.existing.rule} ${_global.delete} ${_global.edit}
$[if ${sourceAddress} = any ] ${_wan_outbound.sourceAddressAny} $[else] ${sourceFrom}
${sourceTo} $[fi]
$[if ${sourcePort} = any ] ${_wan_outbound.sourcePortAny} $[else] ${_wan_outbound.sourcePortSpecified} ${sourcePortFrom} – ${sourcePortTo} $[fi]
$[if ${destinationAddress} = any ] ${_wan_outbound.destinationAddressAny} $[else] ${destinationFrom}
${destinationTo} $[fi]
$[if ${destinationPort} = any ] ${_wan_outbound.destinationPortAny} $[else] ${_wan_outbound.destinationPortSpecified} ${destinationPortFrom} – ${destinationPortTo} $[fi]
$[if ${protocol} = any ] $[elif ${protocol} = tcpudp ] ${_wan_outbound.protocolTcpUdp} $[elif ${protocol} = tcp ] ${_wan_outbound.protocolTcp} $[elif ${protocol} = udp ] ${_wan_outbound.protocolUdp} $[fi] $[if ${action} = allow ] ${_wan_outbound.actionAllow} $[else] ${_wan_outbound.actionDeny} $[fi]
$[fi]
$[include common/${lang}/help/${bodyid}.html]
$[include common/footer.html]