{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}
|
||||||||||||||||||||||
| {if $ticket.prev_ticketid neq NULL} ««« {t}Previous ticket{/t} {else} ««« {t}Previous ticket{/t} {/if} {if $ticket.next_ticketid neq NULL} {t}Next ticket{/t} »»» {else} {t}Next ticket{/t} »»» {/if} | ||||||||||||||||||||||
{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}
|
{$customerinfo.customername} » {$customerinfo.address} {$customerinfo.zip} {$customerinfo.city} {if $customerinfo.phone} » {$customerinfo.phone}{/if} » {if $customerinfo.balance < 0}{/if}{$customerinfo.balance|money_format}{if $customerinfo.balance < 0}{/if} | {if $customerinfo.groups} ({foreach from=$customerinfo.groups item=item name=groups}{$item.name}{if $smarty.foreach.groups.iteration < sizeof($customerinfo.groups)}, {/if}{/foreach}) {/if} |
{include file="customernodesbox.html"}
{/if}