{if $commentpage > 0} {$CONST.PREVIOUS} {/if} {if $comments|@count > 20} {$CONST.NEXT} {/if}
    {foreach from=$comments item=comment }
  • :
    {$comment.author|escape:"html"}, {$comment.body|escape:"html"}
  • {/foreach}
{if $commentpage > 0} {$CONST.PREVIOUS} {/if} {if ($commentpage+1)*20 < $comments|@count} {$CONST.NEXT} {/if}