{$nodeinfo.name} ({$nodeinfo.id|string_format:"%04d"})
{if $nodeinfo.ip_pub != "0.0.0.0"} {/if} {if $nodeinfo.passwd} {/if} {if $nodeinfo.location_address} {/if} {if $nodeinfo.netdev || $netdevices} {if !$nodeinfo.netdev && $netdevices} {/if} {if !$nodeinfo.netdev && $netdevices} {/if} {/if}
{t}IP address:{/t} {$nodeinfo.ip}
{t}Pub. IP address:{/t} {$nodeinfo.ip_pub}
{t}MAC address:{/t} {foreach from=$nodeinfo.macs item=item} {$item.mac} {if $item.producer}({$item.producer}){/if}
{/foreach}
{t}Password:{/t} {$nodeinfo.passwd}
{t}Network:{/t} {$nodeinfo.netname}
{t}Location:{/t} {$nodeinfo.location_address}
{$nodeinfo.location_zip} {$nodeinfo.location_city} {if $nodeinfo.cstate}
{$nodeinfo.cstate}{/if}
{t}Net device:{/t} {if $nodeinfo.netdev} {$netdevices.name} {$netdevices.producer}{if $netdevices.location} / {$netdevices.location}{/if} {if $nodeinfo.port}[{$nodeinfo.port}]{/if} {if $nodeinfo.linktype}{t}wireless{/t} {section name=netdev loop=$netdevices} {assign var=netdevname value=$netdevices[netdev].name} {if $netdevices[netdev].producer}{assign var=netdevname value=$netdevname|cat:" / "|cat:$netdevices[netdev].producer}{/if} {if $netdevices[netdev].location}{assign var=netdevname value=$netdevname|cat:" ("|cat:$netdevices[netdev].location|cat:")"}{/if} {/section} {t}wireless{/t} {t}Connect{/t} {/if} {/if}
{t}MAC checking{/t}:  {t}Half duplex{/t}:
{if $nodeinfo.info} {/if} {if $nodestats.month.download.data || $nodestats.month.upload.data} {/if}
{t}Description:{/t}
{$nodeinfo.info|replace:"\n":"
"}
{if $nodeinfo.access}{t}connected{/t}{else}{t}disconnected{/t}{/if}
{if $nodeinfo.warning}{t}notice enabled{/t}{else}{t}notice disabled{/t}{/if}
{t}last online:{/t} {if $nodeinfo.lastonline}{$nodeinfo.lastonlinedate}{else}-{/if}
{t}Created:{/t}
{t}Modified:{/t}
{$nodeinfo.createdby}, {$nodeinfo.creationdateh}
{if $nodeinfo.moddate}{$nodeinfo.modifiedby}, {$nodeinfo.moddateh}{else}-{/if}
{t}Traffic stats from last (download/upload):{/t}
{t}hour:{/t} {$nodestats.hour.download.data|string_format:"%.2f"} {$nodestats.hour.download.units} ({$nodestats.hour.downavg|string_format:"%d"} kbit/s) / {$nodestats.hour.upload.data|string_format:"%.2f"} {$nodestats.hour.upload.units} ({$nodestats.hour.upavg|string_format:"%d"} kbit/s)
{t}24 hour:{/t} {$nodestats.day.download.data|string_format:"%.2f"} {$nodestats.day.download.units} ({$nodestats.day.downavg|string_format:"%d"} kbit/s) / {$nodestats.day.upload.data|string_format:"%.2f"} {$nodestats.day.upload.units} ({$nodestats.day.upavg|string_format:"%d"} kbit/s)
{t}30 days:{/t} {$nodestats.month.download.data|string_format:"%.2f"} {$nodestats.month.download.units} ({$nodestats.month.downavg|string_format:"%d"} kbit/s) / {$nodestats.month.upload.data|string_format:"%.2f"} {$nodestats.month.upload.units} ({$nodestats.month.upavg|string_format:"%d"} kbit/s)
{t}Edit{/t} {t}Delete{/t}