param('blog_url')}itemscope itemtype="http://schema.org/Blog"{/if}>
{/if}
{if !$is_lazyloading and !empty($stream_title)}
{$stream_title|escape}
{/if}
{if $is_search}
{include file="stream_search.html" inline}
{else}
{include file="stream_posts.html" inline}
{/if}
{if $is_lazyloading or ($page eq 1)}
{if $page lt $pages}
{$loaded_post_count=(count($posts)+$posts_per_page * ($page-1) )}
{_w('%d post','%d posts',$loaded_post_count)} {_w('of %d post','of %d posts',$post_count)}
[`Show older posts`]
[`Loading...`]
{elseif isset($page) && $pages}
{_w('%d post','%d posts',$post_count)}
{/if}
{/if}
{if !$is_lazyloading}
{/if}
{if $page eq 1 && !$wa->globals('disable_pageless')}
{/if}