|
{trans("Payments:")} |
|
|
|
{if $customerinfo.balance < 0}{t a=($customerinfo.balance*-1)|money_format b=$customerinfo.id}We are please for punctual payment in value: $a with comment: $b{/t}{elseif $customerinfo.balance > 0}{t a=$customerinfo.balance|money_format}You have overpayments on value: $a, they will be moved as payments for future subscriptions or services.{/t}{else}{trans("You have no outstandings towards as.")}{/if}
|
|
{trans("All payments send on account:")}
|
{trans("Bank:")}
{trans("Account:")}
|
{$bank_name}
{if $customerinfo.bankaccount}{$customerinfo.bankaccount}{else}{$account_no}{/if}
|
{if $customerinfo.balance < 0}
{trans("Print Payment Form")}
|
|
{/if}
|