{trans key="customers.customer_list_table.name"} | {trans key="customers.customer_list_table.username"} | {trans key="customers.customer_list_table.email"} | {trans key="customers.customer_list_table.company"} | {trans key="customers.customer_list_table.phone"} | {if $allowCreateAccount}{trans key="customers.customer_list_table.is_approved"} | {/if}||
---|---|---|---|---|---|---|---|
{$user.fname|htmlspecialchars} {$user.lname|htmlspecialchars} | {$user.login|htmlspecialchars} | {$user.email|htmlspecialchars} | {$user.company|htmlspecialchars} | {$user.phone|htmlspecialchars} | {if $allowCreateAccount}{if $user.is_approved == '1'}Approved{elseif $user.is_approved == '0'}Pending{else}Denied{/if} | {/if}{trans key="common.edit"} {trans key="customers.view_orders"} {trans key="common.delete"} |