{t 0=$ticket.ticketid|string_format:"%06d"}Ticket No. $0{/t}
|
||||||||||||||||||
|
||||||||||||||||||
{if $ticket.state < 2}
{t}Resolve{/t}
{/if}
{t}Delete{/t}
{t}Edit{/t}
{t}Print{/t}
{t}Cancel{/t}
|
{t}Requests causes (last year):{/t}
|
{t}company's side{/t}: {$stats.2.num|default:0}, {t}customer's side{/t}: {$stats.1.num|default:0}, {t}unknown/other{/t}: {$stats.0.num|default:0}, {t}all{/t}: {$stats.0.num+$stats.1.num+$stats.2.num} |
{t}Customer:{/t}
|
{$customer.customername} » {$customer.address} {$customer.zip} {$customer.city} {if $customer.phone} » {$customer.phone}{/if} » {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} |