Customer Information
Ticket Information
{if $stafftools and $ticket.history}
Ticket History
{ assign var=rowType value='odd'} { foreach from=$ticket.history item=historyDetail} { if $rowType == 'odd'} { else} { /if} { if $rowType == 'odd'} { assign var=rowType value='even'} { else} { assign var=rowType value='odd'} { /if} { /foreach}
Date Staff ID Staff Name Action
{$historyDetail.hist_date|date_format:'%c'|escape:'html'} {$historyDetail.hist_staff_id|escape:'html'} {$historyDetail.hist_staff_name|escape:'html'} {$historyDetail.hist_action|escape:'html'}
{/if}