{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {foreach $nlist as $item} {foreachelse} {/foreach}
 {trans("Name:")} {if $listdata.order == "name"}{/if}
 {trans("Type:")} {if $listdata.order == "type"}{/if} / {trans("Status:")} {if $listdata.order == "status"}{/if}
{trans("Location:")} {if $listdata.order == "location"}{/if} {trans("Project:")} {if $listdata.order == "invprojectid"}{/if} ID: {if $listdata.order == "id"}{/if} {trans("Last inspection:")} {if $listdata.order == "lastinspectiontime"}{/if}
{trans("Filter:")} {if $divisions} {trans("Division:")} {/if} {trans("Type:")} {trans("Status")}: {trans("Project:")} {trans("Ownership:")} {trans("Add network node:")}
{include file="scroller.html" loop=$nlist} {trans("Total:")} {$listdata.total|default:"0"}
{$item.name}
{$_NETELEMENTTYPES[$item.type]} / {$_NETELEMENTSTATUSES[$item.status]}
{$item.location} {if $item.location_borough_name}
({$item.location_state_name} / {$item.location_district_name} / {$_BOROUGHTYPES[$item.location_borough_type]} {$item.location_borough_name})
{/if}
{if ($item.invprojectid==1)} Brak {else}{$item.project}{/if} ({$item.id|string_format:"%04d"}) {$item.lastinspectiontime|date_format:"%x"} {trans( {trans( {trans(

{trans("There are no device nodes in your database.")}

{if $listdata.total != 0} {include file="scroller.html" loop=$nlist} {/if} {trans("Total:")} {$listdata.total|default:"0"}
{/block}