{template 'header'}

{$topic_member_info['allocation']}

{$topic_member_info['username']} 发表 {php echo date('Y-m-d H:i:s',$topic_member_info['created'])} 评论({$topic_member_info['comment_count']})

{$topic_member_info['images']}

评论列表


{loop $list $item}
{if $item['comment_member_id'] > 0} {$item['member']['nickname']} 回复{$item['comment_member']['nickname']} {$item['created']} {else} {$item['member']['nickname']} {$item['created']} {/if}
删除 {if $topic_comment_examine == 1} {if $item['examine'] ==1} 通过审核 拒绝审核 {/if} {/if}
{$item['content']}
{/loop}

{$pager}
{template 'footer'}