{foreach from=$aComments item=oComment}
{$oComment->getBlogTitle()|escape:'html'} / {$oComment->getTopicTitle()|escape:'html'} {$oComment->getTopicCountComment()}
{if $oComment->getRating()>0}+{/if}{$oComment->getRating()}
{if $oComment->isBad()} {$aLang.comment_bad_open} {else} {$oComment->getText()} {/if}
{/foreach} {include file='paging.tpl' aPaging='$aPaging'}