{foreach name=entry_foreach from=$list item='entry'}
{assign var='id' value=$entry.id}
{block_decorator name="box" type="empty" label=$entry.title href=$entry.href addClass="ow_stdmargin ow_stdpadding" toolbar=$tb[$id]}
{$entry.text}{if $entry.truncated}...
{text key='iisnews+more'}{/if}
{if !empty($entry.parts) && $entry.parts|@count>1}
{text key="iisnews+read_more"} »
{/if}
{/block_decorator}
{foreachelse}
{text key='base+empty_list'}
{/foreach}
{$paging}
{add_content key='socialsharing.get_sharing_buttons' entityType='user_news' entityId=$author->id}
{block_decorator name="box" langLabel="iisnews+news_archive_lbl_archives" iconClass="ow_ic_clock"}
{/block_decorator}
{if $isOwner}
{decorator name="button" langLabel="iisnews+my_drafts" class="ow_ic_draft" onclick="location.href='$my_drafts_url'"}
{/if}
{add_content key='news.user_news.content.after_archive'}