{if empty($list)}
{text key="base+empty_list"}
{else} {foreach from=$list item='post'} {assign var=dto value=$post.dto} {*-- decorator data*} {assign var=userId value=$dto->getAuthorId()} {capture assign='info_string'} {$dto->getTitle()} {/capture} {capture assign='content'} {$post.text}{if $post.showMore}... {text key='base+more'}{/if} {/capture} {assign var='id' value=$dto->getId()} {*~~ decorator data*} {decorator name='ipc' infoString=$info_string addClass="ow_stdmargin" content=$content toolbar=$post.toolbar data=$post avatar=$post.avatars[$userId]} {/foreach} {if $paging}
{$paging}
{/if} {/if}