{$lang['news']}

{if $news} {foreach $news $an}
{$an['date']}
{$an['title']}
{$an['content']} {if $cache['config']['news_comments']}

({$an['comments']}) {$lang['comments']}{/if}
{/foreach} {/if}