{foreach from=$topics item=topic} {if $drawTopicWrapper}

{$topic.title}

{/if} {if !empty($topic.posts)} {foreach from=$topic.posts item='post'}
{add_content key="forum.before_post_add_content" postId=$post.postId userId=$post.userId text=$post.text}
#{$iteration++} {$post.createStamp}
{decorator name="avatar_item" data=$avatars[$post.userId]}
{$post.text} {text key='base+more'}
{/foreach} {/if} {/foreach}