<{$comment.text}>
<{$lang_posted}>: <{$comment.date_posted}>
<{if $comment.date_modified !== $comment.date_posted}>
<{$lang_updated}>: <{$comment.date_modified}>
<{/if}>
<{if $nested}>
<{foreach item=reply from=$comment.replies}>
<{include file="db:system_comment.html" comment=$reply}>
<{/foreach}>
<{/if}>
<{if $threaded}>
<{/if}>