{$lang['viewing_ticket']}

{if $cdfields_left} {foreach $cdfields_left $cdfl} {if $cdfl['colspan']}{/if} {if $cdfields_right[ $cdfl['count'] ]} {/if} {/foreach} {/if}
{$lang['ticket_id']} {$t['id']} {$lang['replies']} {$t['replies']}
{$lang['priority']} {$t['priority']} {$lang['last_reply']} {$t['last_reply']}
{$lang['department']} {$cache['depart'][ $t['did'] ]['name']} {$lang['last_replier']} {$t['last_mname']}
{$lang['submitted']} {$t['date']} {$lang['status']} {$t['status_human']}
{$cdfl['name']} {$cdfl['value']}
{$cdfields_right[ $cdfl['count'] ]['name']} {$cdfields_right[ $cdfl['count'] ]['value']}
{if $t['close_reason']}

{$lang['close_msg_a']} {$t['close_mname']} {$lang['close_msg_b']}

{$t['close_reason']}

{/if}

{$t['subject']}

{$t['message']}

{if $t['attach_id']}

{$lang['download_attachment']} {$t['original_name']} ({$t['size']})

{/if}
{if $replies} {foreach $replies $r}

{$r['mname']} -- {$r['date']}
{$r['time_ago']}{$r['rate_imgs']}

{$r['message']}

{if $r['attach_id']}

{$lang['download_attachment']} {$r['original_name']} ({$r['size']})

{/if} {/foreach} {else}

{$lang['no_replies']}

{/if}