{template="clubIcon" group="clubs" app="core" params="$club, 'medium', 'ipsResponsive_hidePhone'"}
{{if $club->isLeader()}}
{{endif}}
{{if settings.clubs_require_approval and !$club->approved}}
{{elseif $club->featured}}
{{endif}}
{$club->name}
{lang="club_{$club->type}"}
{{if $club->type !== $club::TYPE_PUBLIC}}
·
{lang="club_members_count" pluralize="$club->members"}
{{endif}}
{{if $club->isLeader() and $club->type === $club::TYPE_CLOSED and $pendingMembers = $club->members( array( $club::STATUS_REQUESTED ), NULL, NULL, 4 )}}
·
setQueryString('filter', 'requested')->setQueryString('filter', 'requested')}' class='ipsType_issue'> {lang="club_pending_members" pluralize="$pendingMembers"}
{{endif}}
{{if $club->rules}}
·
{lang="club_rules"}
{{endif}}
{{if ( \in_array( $club->type, array( $club::TYPE_OPEN, $club::TYPE_CLOSED ) ) or ( $memberStatus = $club->memberStatus( \IPS\Member::loggedIn() ) and \in_array( $memberStatus, array( $club::STATUS_MEMBER, $club::STATUS_MODERATOR, $club::STATUS_LEADER, $club::STATUS_INVITED, $club::STATUS_INVITED_BYPASSING_PAYMENT, $club::STATUS_REQUESTED, $club::STATUS_EXPIRED, $club::STATUS_EXPIRED_MODERATOR ) ) ) ) and $priceBlurb = $club->priceBlurb()}}
·
{$priceBlurb}
{{if $club->isPaid() and $club->joiningFee() and \IPS\Member::loggedIn()->language()->checkKeyExists('nexus_tax_explain_val')}}
{lang="nexus_tax_explain_val"}
{{endif}}
{{endif}}