{foreach from=$list item='post'}
{assign var='id' value='$post.dto->getId()}
{block_decorator name="box_cap" label=$post.dto->getTitle() type='empty' href=$post.href}{/block_decorator}
{block_decorator name="box" type="empty" addClass="ow_stdmargin ow_stdpadding" toolbar=$tb[$id]}
{$post.text}{if $post.truncated}...
{text key='blogs+more'}{/if}
{if !empty($post.parts) && $post.parts|@count>1}
{text key="blogs+read_more"} »
{/if}
{/block_decorator}
{foreachelse}
{text key='base+empty_list'}
{/foreach}
{$paging}