<{section name=i loop=$comments}>
<{$lang_poster}>
<{$lang_thread}>
<{include file="db:system_comment.html" comment=$comments[i]}>
<{if $show_threadnav == true}>
<{$lang_top}>
<{$lang_parent}>
<{/if}>
<{if $comments[i].show_replies == true}>
<{$lang_subject}>
<{$lang_poster}>
<{$lang_posted}>
<{foreach item=reply from=$comments[i].replies}>
<{$reply.poster.uname}>
<{$reply.date_posted}>
<{/foreach}>
<{/if}>
<{/section}>
<{if $commentform}>
<{/if}>