<{foreach item=topic from=$block.topics}>
<{$topic.title}>
<{if isset($topic.stories1)}> <{assign var="lang_postedby" value=$block.lang_postedby}> <{assign var="lang_on" value=$block.lang_on}> <{assign var="lang_reads" value=$block.lang_reads}> <{foreach item=story from=$topic.stories1}> <{include file="db:news_item.html" story=$story}> <{/foreach}> <{/if}> <{if isset($topic.stories2)}>
<{$topic.imglink}>
    <{foreach item=news from=$topic.stories2}>
  • <{$news.title}> (<{$news.date}>)
  • <{/foreach}>
<{/if}> <{if $topic.morelink}>
<{$topic.morelink}>
<{/if}> <{/foreach}>