<{section name=i loop=$comments}>

<{include file="db:system_comment.html" comment=$comments[i]}>
<{$lang_poster}> <{$lang_thread}>

<{foreach item=reply from=$comments[i].replies}>

<{include file="db:system_comment.html" comment=$reply}>
<{$lang_poster}> <{$lang_thread}>

<{/foreach}> <{/section}>