{$article['name']} -- {$article['date']}

{$article['article']}
{if $comments} {foreach $comments $c}
{$c['mname']} -- {$c['date']}
{$c['time_ago']}

{$c['comment']}

{/foreach}
{elseif $cache['config']['allow_kb_comment'] && ! $article['dis_comments']}

{$lang['no_comments']}

{/if}