{$countInfo}
{if empty($postList)} {else} {foreach from=$postList item=post}
{add_content key="forum.before_post_add_content" postId=$post.id userId=$post.userId text=$post.text}
{$post.createStamp}
{decorator name="avatar_item" data=$avatars[$post.userId]}
{$post.text}
{add_content key="forum.after_post_add_content" postId=$post.id userId=$post.userId text=$post.text}
{/foreach} {if $paging}
{$paging}
{/if} {/if}