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