{if $posts|@count eq 0}
{if $smarty.request.sortBy ne 'draft'} {"No posts found."|gettext} {else}

{"No drafts found. Click HIDE DRAFTS above to see live posts."|gettext}

{/if}
{else} {foreach from=$posts item=cPost}
{include file=Template::get('blogcategory/view_postPreview.html')}
{/foreach} {*{if isset($postStart)}{* means we're on the activity page *} {if $listSource eq 'user_activity'}
{"Load more"|gettext}
{else if $listSource eq "user_following"}
{"Load more"|gettext}
{else} {"Load more"|gettext} {if isset($totalLoaded)} {/if} {/if} {/if}