{$countInfo}
{if empty($postList)} {else}
{foreach from=$postList item=post name=postList} {capture assign='tpl'} {capture name='info_string'} {$avatars[$post.userId].title} {$post.createStamp} {/capture} {capture name='content'} {add_content key="forum.before_post_add_content" postId=$post.id userId=$post.userId text=$post.text}
{$post.text}
{add_content key="forum.after_post_add_content" postId=$post.id userId=$post.userId text=$post.text} {/capture} {decorator name='ipc' avatar=$avatars[$post.userId] content=$smarty.capture.content infoString=$smarty.capture.info_string} {/capture}
{$toolbars[$post.id][0].label}
{$tpl}
{/foreach}
{if $paging}
{$paging}
{/if} {/if}