<#User Search#>
<#Player name:#>
{if $search}
<#Search Results:#>
{foreach from=$playerlist item='p'}
{$p.name|escape}
{foreachelse}
<#No matches#>
{/foreach}
{/if}
<#Note: A maximum of 100 matches are returned.#>
<#Refine your search if too many match your search criteria.#>