{literal}
{cycle values="light,lucid" print=false} {if $nodelist.total > 0} {section name=nodelist loop=$nodelist} {if $nodelist[nodelist].id}
{$nodelist[nodelist].name}
{$nodelist[nodelist].ip} {if $nodelist[nodelist].ip_pub!="0.0.0.0"} ({$nodelist[nodelist].ip_pub}) {/if} / {$nodelist[nodelist].mac}
{if $nodelist[nodelist].location}
{$nodelist[nodelist].location|truncate:60:"...":true}
{/if}
{/if} {/section} {else}
{t}That customer hasn't got any node.{/t}
{/if}
{if $nodelist.total > 0}
{t}Check All{/t}
{/if}
{t}Close{/t}