<{foreach item=news from=$block.stories}>

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

<{if $news.teaser}>

<{$news.teaser}>

<{/if}>
<{/foreach}>