{if !$ajax} {box title="{trans('Customers')}" id="welcome_box_customers" showorhide="1" class="panel-primary" tip='Informacje o klientach' ajax='?m=welcome_box_customers'} {/box} {else}
{trans('connected')}{$customerstats.connected} {if $customerstats.awaiting} {trans('awaiting')}{$customerstats.awaiting} {/if} {if $customerstats.interested} {trans('interested')}{$customerstats.interested} {/if} {if !check_conf('privileges.hide_finances')} {if $customerstats.debt} {trans('in debt')}{$customerstats.debt}{trans("amount")} {$customerstats.debtvalue|money_format} {/if} {if $customerstats.excess} {trans('overcharges')}{$customerstats.excess}{trans("amount")} {$customerstats.excessvalue|money_format} {/if} {if $contractending7|count} {trans('termination of obligations within 7 days')}{$contractending7|count} {/if} {if $contractending30|count} {trans('termination of obligations within 30 days')}{$contractending30|count} {/if} {if $contractnodata|count} {trans('perpetual commitment')}{$contractnodata|count} {/if} {/if}
{/if}