{css} {tab_container id="customernetnodes"} {tab_header content_id="netnodepanel"} {tab_header_cell icon="lms-ui-icon-netnode"} {t a=$customernetnodes|@count|default:"0"}Network Nodes ($a):{/t} {/tab_header_cell} {tab_header_cell} {trans("New network node")} » {/tab_header_cell} {/tab_header} {tab_contents id="netnodepanel"} {tab_table} {if $customernetnodes}
{trans("Name:")}
{trans("Type:")}
{trans("ID:")}
{/if} {foreach $customernetnodes as $customernetnode} {$customer_netnode_id = $customernetnode.id}
{$customernetnode.name} {if $customernetnode.location}
{$customernetnode.location|truncate:60:"...":true} {/if}
{$_NETELEMENTTYPES[$customernetnode.type]}
({$customernetnode.id|string_format:"%04d"})
{button type="link" icon="edit" href="?m=netnodeedit&id={$customernetnode.id}" tip="Edit"}
{foreachelse}
{trans("That customer hasn't got any assigned network nodes.")}
{/foreach} {/tab_table} {/tab_contents} {/tab_container}