{if $netdevinfo.producer} {/if} {if $netdevinfo.model} {/if} {if $netdevinfo.location} {/if} {if check_conf('phpui.radius')} {if $netdevinfo.shortname} {/if} {if $netdevinfo.nastype} {/if} {if $netdevinfo.clients} {/if} {/if} {if $netdevinfo.description} {/if}
{trans("Name:")} {$netdevinfo.name}
{trans("Producer:")} {$netdevinfo.producer}
{trans("Model:")} {$netdevinfo.model}
{trans("Number of ports:")} {$netdevinfo.ports}
{trans("Ports used:")} {$netdevinfo.takenports}
{trans("Location:")} {$netdevinfo.location}
{trans("Shortname:")} {$netdevinfo.shortname}
{trans("Type:")} {$netdevinfo.nastypename}
{trans("Max clients:")} {$netdevinfo.clients}
{trans('Description:')} {$netdevinfo.description|nl2br}