{literal} {/literal} {if $gBitUser->mUserId == $statuses.0.user_id}
{/if} {foreach from=$statuses item='status'}
{if $status.feed_icon_url}{/if}
{displayname hash=$status} {$status.data}
{$status.last_modified|date_format}
{if !empty($status.replies_excess) } {* loop through all but the ones we want to be actually visible and place them in a collapsed div*} Show {$status.replies_excess|@count} replies {/if} {foreach from = $status.replies item='reply'}
{if $reply.feed_icon_url} {/if}
{displayname hash=$reply} {$reply.data}
{$reply.last_modified|date_format}
{/foreach}
{/foreach}