{if !ConfigHelper::checkPrivilege('hide_sysinfo')} {foreach $_CSTATUSES as $statusidx => $status} {/foreach} {if $customerschanges} {/if}
{trans("Customers:")}
{$status.summarylabel} {$alias=$status.alias} {$customerstats.$alias}
{trans("Total:")}
{if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {trans("Total Dues:")} {/if}
{$customerstats.total}
{if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')} {$customerstats.debt} ({trans("amount")} {$customerstats.debtvalue|money_format}) {/if}
{trans("Changes of customers waiting for approval:")} {$customerschanges}
{/if}