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