{if $posts|@count eq 0} {if $isFuturePhase}
{"This phase has not yet started."|gettext}
{else}
{"No posts found."|gettext}
{/if} {else} {foreach from=$posts item=cPost} {assign var='postCategory_id' value=$cPost->data.post_category} {assign var='postCategory' value=Category::getParent($postCategory_id)} {include file=Template::get('category/view_postPreview.html')} {/foreach} {*{if isset($postStart)}{* means we're on the activity page *} {if $listSource eq "user_activity"}
{"Load more"|gettext}
{elseif $listSource eq "user_following"}
{"Load more"|gettext}
{else} {if isset($totalLoaded)} {/if} {/if} {/if} {if isset($selectedCategory->tempData.phase)} {/if}