<{if !empty($comments) }>
<table class="outer" cellpadding="5" cellspacing="1">
<tr>
<th class="width20"><{$lang_poster}></th>
<th><{$lang_thread}></th>
</tr>
<{foreach item=comment from=$comments|default:null}>
<{include file="db:system_comment.tpl" comment=$comment}>
<{/foreach}>
</table>
<{/if}>
<{if isset($commentform)}>
<div class="commentform"><{$commentform}></div>
<{/if}>
|