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