{include file="clearheader.html"}

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
{t a=$layout.logname}Prepared by: $a{/t}
{cycle values="white,grey" print=false} {foreach $list as $ticket} {foreachelse} {/foreach}
{trans("No.")} {trans("Ticket No.")} {trans("Request date")} {trans("Subject")} {trans("Customer")}
{counter}. {$ticket.id|string_format:"%08d"} {$ticket.createtime|date_format:"%Y/%m/%d"} {$ticket.subject|escape} {if $ticket.customerid} {$ticket.customername|truncate:"50":"...":true} ({$ticket.customerid|string_format:"%04d"}) {if $ticket.city}
{$ticket.city}{if $ticket.address}, {$ticket.address}{/if}{/if} {if $ticket.phones}
{trans("phone:")} {$ticket.phones}{/if} {if $ticket.emails}
{trans("email:")} {$ticket.emails}{/if} {else} {$ticket.requestor|truncate:"50":"...":true} {/if}

{trans("No such requests in database.")}

{include file="clearfooter.html"}