• {if empty($item.line)}
    {decorator name="avatar_item" url=$item.user.url src=$item.user.avatarUrl label=$item.user.roleLabel.label labelColor=$item.user.roleLabel.labelColor}
    {else}
    {if $item.context}{$item.context.label} » {/if}{$item.line}
    {/if}
    {if $item.remove } {/if} {if empty($item.line)}
    {$item.user.name} {if $item.context} » {$item.context.label}{/if} {$item.string}
    {/if} {if $item.content}
    {$item.content}
    {/if} {strip}
    {$item.createTime}   {if $item.comments || $item.likes} ·   {if $item.comments} {$item.comments.count} {/if} {if $item.comments && $item.likes}   {/if} {if $item.likes} {$item.likes.count} {/if}   {/if} {if $item.comments && $item.comments.allow } ·   {text key="newsfeed+comment_btn_label"}   {/if} {if $item.likes && $item.likes.allow} ·   {text key="newsfeed+like_btn_label"} {text key="newsfeed+unlike_btn_label"}   {/if} {foreach from=$item.toolbar item=toolbarItem} ·   {if !empty($toolbarItem.href)} {$toolbarItem.label} {else} {$toolbarItem.label} {/if}   {/foreach}
    {/strip} {if $item.likes || $item.comments}
    {block_decorator name='tooltip' addClass='ow_newsfeed_tooltip ow_add_comments_form ow_small'} {if $item.likes}
    {$item.likes.cmp}
    {/if}
    {if $item.comments}
    {$item.comments.cmp}
    {/if} {/block_decorator}
    {/if}