{* $Id$ *}
| {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} |