{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{trans("Network name:")}
{trans("Address/prefix:")} / {trans("DHCP range:")}
{trans("Interface:")}
{icon name="vlan" label="VLAN"}
Gateway: {trans("DNS servers:")}
{trans("WINS server:")} {trans("Domain:")}
{trans("Customer:")} {customerlist form="netadd" customers=$customers selected=$netadd.ownerid version=2 selectname="netadd[customerid]" inputname="netadd[ownerid]" selecttip="Assign network to customer" inputtip="Enter customer ID (optional)"}
{trans("Public network:")}
{trans("Host:")} {* if only one host was created then select him *} {if !empty($hostlist) && count($hostlist) == 1} {$netadd.hostid = $hostlist[0]['id']} {/if}
{trans("SNAT IP:")}
{trans("Type:")} {foreach $_SESSIONTYPES as $idx => $sessiontype} {/foreach}
{trans("Submit")} {trans("Cancel")}
{/block}