{foreach from=$postList item=post name=postList}
{capture assign='tpl'}
{capture name='info_string'}
{$avatars[$post.userId].title}
{/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}
{/foreach}
{if $paging}