{"pgn_customer_search"|translate}

{"lbl_search_customer_simple"|translate}:
{if $customers}
{foreach from=$customers item=customer} {/foreach}
{"usr_custinfo_login"|translate} {"usr_custinfo_email"|translate} {"str_name"|translate}
{$customer.login} {$customer.email} {$customer.first_name} {$customer.last_name}
{include file="backend/share/pagination.html" current_page=$pagination.page pages_count=$pagination.pages base_vars=$pagination.base_vars}
{/if} {if $empty_result}
{"srch_no_matches_found"|translate}
{/if}