{trans key="customers.customers"}


{** search form starts here **}

{** search form ends here **} {include file="templates/pages/customers/modal-delete.html"} {include file="templates/pages/customers/modal-export.html"}
{if $customers}
{/if}
  {if $customers}
{foreach from = $customers item="user"} {/foreach}
{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"}
{$user.fname|htmlspecialchars} {$user.lname|htmlspecialchars} {$user.login|htmlspecialchars} {$user.email|htmlspecialchars} {$user.company|htmlspecialchars} {$user.phone|htmlspecialchars} {trans key="common.edit"} {trans key="customers.view_orders"} {trans key="common.delete"}
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} {trans key="common.of"} {$paginator->itemsCount}
{else}
{trans key="customers.no_records"}
{/if}