{$netdevinfo.name} ({$netdevinfo.id|string_format:"%04d"})
{if $netdevinfo.ownerid != null} {/if} {if $netdevinfo.producer} {/if} {if $netdevinfo.model} {/if} {if $netdevinfo.serialnumber} {/if} {if $netdevinfo.location} {/if} {if $netdevinfo.longitude || $netdevinfo.latitude} {/if} {if ConfigHelper::checkConfig('phpui.radius')} {if $netdevinfo.shortname} {/if} {if $netdevinfo.nastype} {/if} {if $netdevinfo.clients} {/if} {if $netdevinfo.secret} {/if} {if $netdevinfo.community} {/if} {/if} {if $netdevinfo.channelid} {/if}
{trans("Owner:")} {$netdevinfo.owner}
{trans("Status:")} {$_NETELEMENTSTATUSES[$netdevinfo.status]}
{trans("Producer:")} {$netdevinfo.producer}
{trans("Model:")} {$netdevinfo.model}
{trans("Serial number:")} {$netdevinfo.serialnumber}
{trans("Number of ports:")} {$netdevinfo.ports}
{trans("Ports used:")} {$netdevinfo.takenports}
{trans("Location:")} {$netdevinfo.location}{if $netdevinfo.borough_name} ({$netdevinfo.state_name} / {$netdevinfo.district_name} / {$_BOROUGHTYPES[$netdevinfo.borough_type]} {$netdevinfo.borough_name}){/if}
{trans("GPS longitude:")} {$netdevinfo.longitude}
{trans("GPS latitude:")} {$netdevinfo.latitude}
{trans("Show on map")} »»»
{trans("Shortname:")} {$netdevinfo.shortname}
{trans("Type:")} {$netdevinfo.nastypename}
{trans("Max clients:")} {$netdevinfo.clients}
{trans("Secret:")} {$netdevinfo.secret}
{trans("Community:")} {$netdevinfo.community}
{trans("Channel:")} {$netdevinfo.channel} ({$netdevinfo.channelid|string_format:"%04d"})
{if $netdevinfo.purchasetime} {/if} {if $netdevinfo.description} {/if} {if $netdevinfo.netnodeid} {/if}
{trans("Purchase date:")} {$netdevinfo.purchasetime|date_format:"%Y/%m/%d"}
{trans("Guarantee:")} {if !$netdevinfo.guaranteeperiod} {trans("no guarantee")} {elseif $netdevinfo.guaranteeperiod == -1} {trans("lifetime")} {else} {assign var=periodid value=$netdevinfo.guaranteeperiod} {$_GUARANTEEPERIODS.$periodid} ({if $netdevinfo.guaranteetime-$smarty.now < 0}{trans("expired")}{else}{$netdevinfo.guaranteetime|date_format:"%Y/%m/%d"}{/if}) {/if}
{$netdevinfo.description|escape|replace:"\n":"
"}
{trans("Investment project:")} {$netdevinfo.projectname}
{trans("Net node:")} {$netdevinfo.nodename}
{if !$devicepanel}
{/if} {block name="netdevinfobox-buttons"} {trans("Clone")} [ {trans( {trans("Replace")} [ {trans( {trans("Edit")} [ {trans( {trans("Delete")} {/block}
{if $devicepanel} {/if}