标题:{$ticket.title}
{foreach $ticket.content as $tc}
{if $tc.personnel=="1"}
{$tc.time|date="Y-m-d H:i:s",###}
站长:{$admin.name}
{$tc.content}
{elseif $tc.personnel=="2"}
{$tc.time|date="Y-m-d H:i:s",###}
你:{$user.name}
{$tc.content}
{/if}
{/foreach}
状态:
{if $ticket.state=="1"}
待回复
{/if}
{if $ticket.state=="2"}
等待回复
{/if}
{if $ticket.state=="3"}
已回复
{/if}
{if $ticket.state=="4"}
已关闭
{/if}
操作: