{include file="header.htm"} {if $TOTAL_TICKETS ne 0}
{if $err eq 1} {/if}
Ticket Details

{$lang.RESPONSE_SUBMIT}

  Subject {$ticket.subject}
  Prority {$ticket.pri}
  Status {$ticket.status}
  Logged on {$ticket.log}
  Details {$ticket.details}
   
{section name=mysec loop=$res.id}{strip} ---------------------------------------------
Response: {$res.comment[mysec]}
Time: {$res.rtime[mysec]}
---------------------------------------------
{/strip} {/section}
  Response
   
 
{/if}{if $TOTAL_TICKETS eq 0}
Ticket Details
Invalid Ticket ID or The ticket does not belong to you
 
 
{/if}{include file="footer.htm"}