{volist name='commentlist' id='comment'}
{$comment.username|htmlentities}
{$comment.createtime|human_date}
{$comment.content|htmlentities}
{volist name="$comment['sublist']" id='subcomment' }
{$subcomment.username|htmlentities}
{$subcomment.createtime|human_date}
{$subcomment.content|htmlentities}
{/volist}
回复
{/volist} {if $commentlist->isEmpty()}

还没有人发表评论

{/if}
{$commentlist->render()}