{$CONST.PLUGIN_EVENT_SPAMBLOCK_BAYES_NAME}

    {foreach from=$comments item=comment}
  • {$comment.author|truncate:20:"..."|escape:"html"} {$CONST.IN_REPLY_TO} {$comment.article_title} {$CONST.ON} {$comment.timestamp|date_format:"%d.%m.%y, %R"}

    name
    {$comment.author|escape:"html"}
    email
    {$comment.email|escape:"html"}
    url
    {$comment.url|escape:"html"}
    comment
    {$comment.body|escape:"html"}
  • {/foreach}