<{foreach item=news from=$block.stories}>
><{$news.title}> - <{$news.topic_title}> <{if $block.sort=='counter'}> [<{$news.hits}>] <{elseif $block.sort=='published'}> [<{$news.date}>] <{else}> [<{$news.rating}>] <{/if}>
<{$news.teaser}>
<{/foreach}>