<{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}>
    <{$news.teaser}>
  • <{/foreach}>