{include file="header.html"} {title value=$layout.pagetitle} {include file="calendar_js.html"}
{if $error.nocash}
{trans("Customer:")}
|
{$customer.customername} » {$customer.address} {$customer.zip} {$customer.city} » {if $customer.balance < 0}{/if}{$customer.balance|money_format}{if $customer.balance < 0}{/if} | {if $customer.groups} ({foreach from=$customer.groups item=item name=groups}{$item.name}{if $smarty.foreach.groups.iteration < sizeof($customer.groups)}, {/if}{/foreach}) {/if} |
{trans("Notes:")}
|
{$customer.notes|replace:"\n":" "} |
{trans("Documents:")}
|
{$customer.docwarning} |
{trans("Nodes:")}
|
{$customer.nodeswarning} |
{trans("Groups:")}
|
{$customer.nodegroupswarning} |