/home/edulekha/studygroup.edulekha.com/ow_plugins/blogs/views/components/user_blog_widget.html
{if $list}
    {foreach name='posts' from=$list item="item"}
        {assign var=id value=$item.dto->id}
        {capture assign='info'}
                {$item.dto->getPost()}
        {/capture}
        {decorator name="ic" titleHref=$item.titleHref title=$item.dto->title|strip_tags info=$info toolbar=$tb.$id first = $smarty.foreach.posts.first last = $smarty.foreach.posts.last}
    {/foreach}
{else}
    {text key='base+empty_list'}
{/if}