{include file="header.html"} {title value=$layout.pagetitle link="{fontimg src='add'} {trans('Add host')}"} {box} {foreach from=$hostlist item=host} {foreachelse} {/foreach}
# {trans('Nazwa')} {trans('Ostatnie
Przeładowanie')}
{trans("Opis")} {trans('Węzeł')} {trans('Interfejs')}
{$host.id|string_format:"%02d"} {$host.name} {if $host.lastreload}{$host.lastreload|date_format:"%Y-%m-%d %H:%M:%S"}{else}-{/if} {$host.description} {if $host.networknodeid} {$host.networknodename} {/if} {if $host.netdevid} {$host.netdevname} {/if}

 

{trans("There are no hosts configured.")}

 

{/box} {include file="footer.html"}