{foreach name=post_foreach from=$list item='post'}
{assign var='id' value=$post.id}
{block_decorator name="box" type="empty" label=$post.title href=$post.href 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}
{add_content key='socialsharing.get_sharing_buttons' entityType='user_blog' entityId=$author->id}
{block_decorator name="box" langLabel="blogs+blog_archive_lbl_archives" iconClass="ow_ic_clock"}
{/block_decorator}
{if $isOwner}
{decorator name="button" langLabel="blogs+my_drafts" class="ow_ic_draft" onclick="location.href='$my_drafts_url'"}
{/if}
{add_content key='blogs.user_blog.content.after_archive'}