{extends "@layout.xml"} {var $search = true} {block title} {_admin_club_search} {/block} {block heading} {_groups} {/block} {block searchTitle} {include title} {/block} {block content} {var $clubs = iterator_to_array($clubs)} {var $amount = sizeof($clubs)}
ID {_admin_title} {_admin_author} {_admin_description} {_admin_shortcode} {_admin_actions}
{$club->getId()} {$club->getCanonicalName()} {$club->getCanonicalName()} {var $user = $club->getOwner()} {$user->getCanonicalName()} {$user->getCanonicalName()} {$club->getDescription() ?? "(" . tr("none") . ")"} {$club->getShortCode()} {_edit}

{var $isLast = ((10 * (($_GET['p'] ?? 1) - 1)) + $amount) < $count} « »
{/block}