<{section name=i loop=$feeds}> <{/section}>
<{if $feeds[i].title != ""}> <{$feeds[i].title}> <{/if}> <{if $feeds[i].date != ""}> (<{$feeds[i].date}>) <{/if}>
<{if $smarty.section.i.index < $rss_num_content }> <{if $feeds[i].content != ""}> <{$feeds[i].content}> <{/if}> <{else}> <{if $feeds[i].summary != ""}> <{$feeds[i].summary}> <{/if}> <{/if}>