{trans("Name:")} |
{trans("Description:")} |
{trans("ID:")} |
|
{cycle name=groups values="light,lucid" print=false}
{foreach from=$nodegroups item=nodegroup}
{$nodegroup.name} |
{$nodegroup.description} |
({$nodegroup.id|string_format:"%04d"}) |
 |
{foreachelse}
{trans("That node is not a member of any group.")}
|
{/foreach}
|