diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl
index a89a4748..f7e0d72d 100644
--- a/ui/ui/customers.tpl
+++ b/ui/ui/customers.tpl
@@ -40,8 +40,7 @@
{Lang::T('Account Type')} |
{Lang::T('Full Name')} |
{Lang::T('Balance')} |
- {Lang::T('Phone Number')} |
- {Lang::T('Email')} |
+ |
{Lang::T('Package')} |
{Lang::T('Service Type')} |
{Lang::T('Created On')} |
@@ -57,16 +56,32 @@
{$ds['fullname']} |
{Lang::moneyFormat($ds['balance'])} |
- {$ds['phonenumber']} |
- {$ds['email']} |
+
+ {if $ds['phonenumber']}
+
+ {/if}
+ {if $ds['email']}
+
+ {/if}
+ {if $ds['coordinates']}
+
+ {/if}
+ |
•
|
{$ds['service_type']} |
{Lang::dateTimeFormat($ds['created_at'])} |
- {Lang::T('View')}
+ {Lang::T('Edit')}
{Lang::T('Recharge')}
|