{include file="language.html"}
| {trans('Name:')} | {trans('Location:')} | {trans('Producer:')} | {trans('Empty ports:')} | |
| {$netdevice.name|escape} | {$netdevice.location} | {$netdevice.producer|escape} | {$netdevice.ports} | |
| {if $searchnetdev} {trans('No such devices matching search criteria.')} {else} {trans('Enter device name.')} {/if} | ||||