{extends "../@listView.xml"} {var iterator = $contacts} {var count = $paginatorConf->count} {var page = $paginatorConf->page} {var perPage = 6} {block title}{_contacts} {$club->getCanonicalName()}{/block} {block header} {$club->getCanonicalName()} » {_contacts} {/block} {block actions} {/block} {* BEGIN ELEMENTS DESCRIPTION *} {block tabs} {if $club->canBeModifiedBy($thisUser)}
{/if} {/block} {block link|strip|stripHtml} /id{$x->getId()} {/block} {block preview} {/block} {block name} {$x->getUser()->getCanonicalName()} {/block} {block description}{_"gender"}: | {$x->getUser()->isFemale() ? "женский" : "мужской"} |
{_description}: | {$x->getDescription()} |
{_role}: | {$club->canBeModifiedBy($x->getUser()) ? tr("administrator") : tr("follower")} |
{_actions}: | {_edit} , {_delete} |