{* Template Name:评论列表 *} {if $socialcomment} {$socialcomment} {else} {php} $cmtnum_str = str_replace('{num}', ''.$article->CommNums.'', $lang['fui_blog']['html']['cmtnum_format']); {/php}

{$lang['fui_blog']['html']['cmt']}

{if $article.CommNums>0}{$cmtnum_str}{/if}
{if !$article.IsLock}{template:commentpost}{/if}
{foreach $comments as $key => $comment} {template:comment} {/foreach} {if $pagebar}
{template:pagebar}
{/if}
{/if}