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