{"pgn_customers"|translate}

{$MessageBlock} {if $page_enabled}
{if $customers_has_been_exported_succefully != 1} {/if}

{"usr_customer_search_descr"|translate}

{"usr_custinfo_login"|translate} {"usr_custinfo_first_name"|translate} {"str_group"|translate}:  
{"usr_custinfo_email"|translate} {"usr_custinfo_last_name"|translate} {"str_status"|translate}:

{"usr_export_userlist_to_csv"|translate}

{lbl_prdimport_file_charset}

{*

{$search_result_string}

*} {if $GridRows} {if $navigator}

{$navigator}{/if}

{include file="backend/gridheader.tpl.html"} {section name=i loop=$GridRows} {assign var=customer_url value="did=&ukey=user_info&userID=`$GridRows[i].customerID`&rdid=`$CurrentDivision.id`"|set_query_html} {/section}
{lbl_btn_delete}
{$GridRows[i].Login|escape:'html'} {$GridRows[i].first_name|escape:'html'} {$GridRows[i].last_name|escape:'html'} {if $smarty.const.CONF_BACKEND_SAFEMODE eq 0}{$GridRows[i].Email|escape:'html'}{else}{"msg_safemode_info_blocked"|translate}{/if} {assign var="custgroupID" value=$GridRows[i].custgroupID}{$customer_groups[$custgroupID].custgroup_name|escape:'html'}  {$GridRows[i].reg_datetime|escape:'html'} {if $GridRows[i].ActivationCode} {"usr_account_notactivated"|translate} {else} {"usr_account_activated"|translate} {/if} {
{$TotalFound}  {include file="backend/lister.tpl.html"}
{else}

<{'lbl_not_found'|translate}>

{/if} {/if}