{extends "../@layout.xml"} {block title}{$club->getName()}{/block} {block header} {$club->getName()} Подтверждённая страница {/block} {block content}
{_"information"}
{_"name_group"}: {$club->getName()}
{_"description"}: {$club->getDescription()}
{_"website"}: {$club->getWebsite()}
{var followersCount = $club->getFollowersCount()}
{_participants}
{tr("participants", $followersCount)}
{_all_title}
{$follower->getFirstName()}
{presenter "openvk!Wall->wallEmbedded", -$club->getId()}
{_"group_type"}
{_"group_type_open"}
{_"creator"}
{var author = $club->getOwner()} {* Это наверное костыль, ну да ладно *}
{$author->getCanonicalName()}
{$author->getCanonicalName()}
{$club->getOwnerComment()}
{_"administrators"}
{tr("administrators", $club->getManagersCount(true))}
{_"all_title"}
{var author = $club->getOwner()}
{$author->getCanonicalName()}
{$club->getOwnerComment()}
{var user = $manager->getUser()}
{$user->getCanonicalName()}
{$manager->getComment()}
{_"albums"}
{tr("albums", $albumsCount)}
{_"all_title"}
{var cover = $album->getCoverPhoto()}
{$album->getName()}
Обновлён {$album->getEditTime() ?? $album->getCreationTime()}
{/block}