{foreach from=$aComments item=oComment}
{$oComment->getBlogTitle()} / {$oComment->getTopicTitle()} {$oComment->getTopicCountComment()}
{$oComment->getUserLogin()} {date_format date=$oComment->getDate()} #
{$oComment->getRating()}  
{if $oComment->isBad()} раскрыть комментарий {else} {$oComment->getText()} {/if}
{/foreach}
{include file='paging.tpl' aPaging=`$aPaging`}