{if $commentpage > 0} {$CONST.PREVIOUS} {/if} {if $comments|@count > 20} {$CONST.NEXT} {/if}
{foreach from=$comments item=comment}
{$CONST.Autor} {$CONST.Comment} {$CONST.Date} {$CONST.PLUGIN_EVENT_SPAMBLOCK_BAYES_RATING}
{$comment.author|truncate:20:"..."|escape:"html"} {$comment.body|truncate:20:"..."|escape:"html"} {$comment.timestamp|date_format:"%d.%m.%y, %R"} {$comment.rating|regex_replace:"/\..*/":""}%
{foreach from=$types item=type}
{$type}
{$comment.$type|escape:"html"}
{/foreach}
{$CONST.Article}
{$comment.article_title}
{/foreach}
{if $commentpage > 0} {$CONST.PREVIOUS} {/if} {if ($commentpage+1)*20 < $comments|@count} {$CONST.NEXT} {/if}