{$n['title']} -- {$n['date']}

{$n['content']}

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

{$c['comment']}

{/foreach} {elseif $cache['config']['news_comments'] && ! $n['dis_comments']}

{$lang['no_comments']}

{/if}