{if $nodeinfo.division}
|
{trans("Division:")}
|
{$nodeinfo.division}
|
{/if}
|
{trans("Type:")}
|
{$_NETELEMENTTYPES[$nodeinfo.type]}
|
|
{trans("Status:")}
|
{$_NETELEMENTSTATUSES[$nodeinfo.status]}
|
|
{trans("Project:")}
|
{if ($nodeinfo.invprojectid == '')}{trans("none")}{else}{$nodeinfo.projectname}{/if}
|
{if $nodeinfo.location}
|
{trans("Location:")}
|
{$nodeinfo.location}{if $nodeinfo.borough_name} ({$nodeinfo.state_name} / {$nodeinfo.district_name} / {$_BOROUGHTYPES[$nodeinfo.borough_type]} {$nodeinfo.borough_name}){/if}
|
{/if}
{if $nodeinfo.longitude || $nodeinfo.latitude}
|
{trans("GPS longitude:")}
|
{$nodeinfo.longitude}
|
|
{trans("GPS latitude:")}
|
{$nodeinfo.latitude}
|
|
{trans("Show on map")} »»»
|
{/if}
|
{trans("Ownership:")}
|
{$_NETELEMENTOWNERSHIPS[$nodeinfo.ownership]} {if ($nodeinfo.ownership >= 1)} ({$nodeinfo.coowner}) {/if}
|
|
Udostępnianie powierzchni
|
{if ($nodeinfo.uip == 1)} {trans('Yes')} {else} {trans('No')} {/if}
|
|
Instalacja anten
|
{if ($nodeinfo.miar == 1)} {trans('Yes')} {else} {trans('No')} {/if}
|