<#Clan Profiles#>
<#Filter#>:
- <#All Clans#> -
<#Ranked Only#>
<#Non-Ranked Only#>
::
|
|
{$pagerstr}
{if $msg}
{$msg|escape}
{/if}
<#Clantag#>
<#Name#>
<#Website#>
<#Ranked?#>
{foreach name='clans' from=$clanlist item='c'}
{iconimg icon=$c.icon} {$c.clantag|escape}
{$c.name|default:'-'|escape}
{if $c.website != ''}
[ website ]
{else}-{/if}
{if $c.allowrank}
<#Yes#>
{else}
<#No#>
{/if}
{foreachelse}
<#No clans found#>
{/foreach}
<#With selected#>:
{$pagerstr}
{include file='block_form_footer.html'}