{foreach from=$topics item='topic'} {capture assign='info_string'} {$topic.title} {/capture} {capture assign='content'} {assign var="sectId" value=$groups[$topic.groupId]->sectionId}
{$sections[$sectId]->name} » `$topic.groupId`]"}">{$groups[$topic.groupId]->name}
{capture assign='length'}{$topic.lastPost.text|count_characters}{/capture} {$topic.lastPost.text|truncate:$postLength} {if $length > $postLength}{text key='base+more'}{/if}
{/capture} {decorator name='ipc' addClass='ow_smallmargin' avatar=$avatars[$topic.lastPost.userId] infoString=$info_string content=$content toolbar=$toolbars[$topic.lastPost.postId] } {foreachelse}
{text key='forum+no_topics'}, {text key='forum+add_new'}
{/foreach}