{extends "../@layout.xml"} {block title}{_suggested} {$club->getCanonicalName()}{/block} {block header} {$club->getName()} ยป {if $type == "my"}{_suggested_posts_by_you}{else}{_suggested_posts_by_everyone}{/if} {/block} {block content} {if $count < 1} {include "../components/error.xml", title => "", description => $type == "my" ? tr("no_suggested_posts_by_you") : tr("no_suggested_posts_by_people")} {else}

{if $type == "my"}{tr("suggested_posts_in_group_by_you", $count)}{else}{tr("suggested_posts_in_group", $count)}{/if}

{var $microblog = $thisUser->hasMicroblogEnabled()}
{if $microblog} {include "../components/post/microblogpost.xml", post => $post, commentSection => false, suggestion => true, forceNoCommentsLink => true, forceNoPinLink => true, forceNoLike => true, forceNoShareLink => true, forceNoDeleteLink => false} {else} {include "../components/post/oldpost.xml", post => $post, commentSection => false, suggestion => true, forceNoCommentsLink => true, forceNoPinLink => true, forceNoLike => true, forceNoShareLink => true, forceNoDeleteLink => false} {/if}
{include "../components/paginator.xml", conf => (object) [ "page" => $page, "count" => $count, "amount" => sizeof($posts), "perPage" => OPENVK_DEFAULT_PER_PAGE, "atBottom" => true, ]}
{/if} {/block}