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