{foreach from=$aComments item=oComment} {assign var="oUser" value=$oComment->getUser()} {assign var="oTopic" value=$oComment->getTarget()} {assign var="oBlog" value=$oTopic->getBlog()}
{$oBlog->getTitle()|escape:'html'}{$oTopic->getTitle()|escape:'html'} ({$oTopic->getCountComment()})
avatar
{if $oComment->isBad()} {$oComment->getText()} {else} {$oComment->getText()} {/if}
{/foreach}
{include file='paging.tpl' aPaging=$aPaging}