{if condition="$comment.verify eq 1"} 单击刷新    {/if} 确认发布
{maccms:comment num="'.$mytheme['detail']['comment_num'].'" paging="yes" order="desc" by="id"}{/maccms:comment} {notempty name="__LIST__"}
共“{$__PAGING__.record_total|intval}”条评论

用户评论

{maccms:foreach name="__LIST__" id="vo"}
{$vo.comment_time|date='Y-m-d H:i:s',###}
{$vo.comment_name}

{$vo.comment_content|mac_em_replace}

{maccms:foreach name="$vo.sub" id="child"}
{$child.comment_time|date='Y-m-d H:i:s',###}
{$child.comment_name}

{$child.comment_content|mac_em_replace}

{/maccms:foreach}
{/maccms:foreach}
{if condition="$__PAGING__.page_total gt 1"} {/if} {/notempty}