{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} {if $statusidx == $smarty.const.CSTATUS_DEBT_COLLECTION} ({trans("amount")} {moneyf($customerstats.debtcollectionvalue)}) {/if}
{trans("Total:")} {$customerstats.total}
{trans("Total Dues:")} {$customerstats.debt} ({trans("amount")} {moneyf($customerstats.debtvalue)})
{trans("Documents waiting for approval")}: {$documentsnotapproved}
{trans("Changes of customers waiting for approval:")} {$customerschanges}
{/if}