{extends "../@listView.xml"} {block title} {if $type === "users"} {tr("search_for_people")} {else} {tr("search_for_groups")} {/if} {/block} {block header} OpenVK ยป {if $type === "users"} {tr("search_for_people")} {else} {tr("search_for_groups")} {/if} {/block} {block tabs}

{tr("results", $count)}

{/block} {* BEGIN ELEMENTS DESCRIPTION *} {block link|strip|stripHtml} {$x->getURL()} {/block} {block preview} {_ {/block} {block name}  {$x->getCanonicalName()} {/block} {block description} {if $type === "users"} {/if}
{_"gender"}: {$x->isFemale() ? tr("female") : tr("male")}
{_"relationship"}: {var $marialStatus = $x->getMaritalStatus()}{_"relationship_$marialStatus"}
{_"registration_date"}: {$x->getRegistrationTime()}
{_"description"}: {$x->getDescription() ?? '(' . tr("none") . ')'}
{/block}