{* $Id$ *}
{foreach from=$stats item=stat} {if $stat.group ne 'Anonymous' and $stat.group ne 'Registered'} {/if} {/foreach}
{tr}Group Name{/tr} {tr}Number of Users{/tr} {tr}Percentage of Total{/tr}
{$stat.group|escape} {$stat.nb} {if $params.show_bar eq 'y'} {if !empty($stat.percent)} {quotabar length=$stat.percent} {/if} {else} {$stat.percent|string_format:"%.2f"}% {/if}