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

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section name=netdevlist loop=$netdevlist start=$start max=$pagelimit} {if $netdevlist[netdevlist.index_next].ownerid == $netdevlist[netdevlist].ownerid && $listdata.order == "owner"}{cycle print=false}{/if} {sectionelse} {/section} {if $listdata.total != 0} {/if}
 {trans("Name:")} {if $listdata.order == "name"}{/if}
 {trans("Manufacturer:")} {if $listdata.order == "producer"}{/if} / {trans("Model:")} {if $listdata.order == "model"}{/if}
{trans("Location:")} {if $listdata.order == "location"}{/if} {trans("Network node:")} {if $listdata.order == "netnode"}{/if} ID: {if $listdata.order == "id"}{/if}  {trans("Number of ports:")} {if $listdata.order == "ports"}{/if} ({trans("Ports used:")}{if $listdata.order == "takenports"}{/if})
 {trans("Serial number:")} {if $listdata.order == "serialnumber"}{/if}
{trans("Total:")} {$listdata.total|default:"0"}
{trans("Filter:")} {trans("Status")}: {trans("Project:")} {trans("Network node:")} {trans("Producer:")} {trans("Model:")}
{include file="scroller.html" loop=$netdevlist}
{$netdevlist[netdevlist].name}
{if $netdevlist[netdevlist].producer} {$netdevlist[netdevlist].producer} {if $netdevlist[netdevlist].model}/ {$netdevlist[netdevlist].model}{/if} {else}
{/if}
{if $netdevlist[netdevlist].location} {$netdevlist[netdevlist].location} {if $netdevlist[netdevlist].borough_name}
({$netdevlist[netdevlist].state_name} / {$netdevlist[netdevlist].district_name} / {$_BOROUGHTYPES[$netdevlist[netdevlist].borough_type]} {$netdevlist[netdevlist].borough_name})
{/if} {elseif $netdevlist[netdevlist].netnodeid && $netnodes[$netdevlist[netdevlist].netnodeid].location} {$netnodeid=$netdevlist[netdevlist].netnodeid} {$netnodes[$netnodeid].location} {trans("(from network node)")} {if $netnodes[$netnodeid].location_borough_name}
({$netnodes[$netnodeid].location_state_name} / {$netnodes[$netnodeid].location_district_name} / {$_BOROUGHTYPES[$netnodes[$netnodeid].location_borough_type]} {$netnodes[$netnodeid].location_borough_name})
{/if} {/if}
{if $netdevlist[netdevlist].netnode}{$netdevlist[netdevlist].netnode}{/if} ({$netdevlist[netdevlist].id|string_format:"%04d"}) {$netdevlist[netdevlist].ports} ({$netdevlist[netdevlist].takenports})
{$netdevlist[netdevlist].serialnumber}
{trans( {trans( {trans( {trans(

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

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