{extends "../@listView.xml"} {var iterator = $user->getClubs($page, $admin)} {var count = $user->getClubCount($admin)} {block title}{_"groups"}{/block} {block header} {$user->getCanonicalName()} » {_"groups"}
{_"create_group"}
{/block} {* BEGIN ELEMENTS DESCRIPTION *} {block tabs} {if !is_null($thisUser) && $user->getId() === $thisUser->getId()}
{_groups}
{_managed}
{/if} {/block} {block link|strip|stripHtml} {$x->getURL()} {/block} {block preview} Фотография группы {/block} {block name} {$x->getName()} {/block} {block description} {$x->getDescription()} {/block} {block actions} {var clubPinned = $thisUser->isClubPinned($x)} {if $x->canBeModifiedBy($thisUser ?? NULL) && ($clubPinned || $thisUser->getPinnedClubCount() <= 10)} {if $clubPinned} {_remove_from_left_menu} {else} {_add_to_left_menu} {/if} {/if} {/block}