diff --git a/ui/ui/plan.tpl b/ui/ui/plan.tpl
index 32111f4a..518c0289 100644
--- a/ui/ui/plan.tpl
+++ b/ui/ui/plan.tpl
@@ -94,15 +94,18 @@
{$ds['username']}
{/if}
+
{if $ds['type'] == 'Hotspot'}
- | {$ds['namebp']} |
- {/if}
- {if $ds['type'] == 'PPPOE'}
- {$ds['namebp']} |
- {/if}
- {if $ds['type'] == 'VPN'}
- {$ds['namebp']} |
+ {$ds['namebp']}
+
+ {elseif $ds['type'] == 'PPPOE'}
+ {$ds['namebp']}
+
+ {elseif $ds['type'] == 'VPN'}
+ {$ds['namebp']}
{/if}
+
+
{$ds['type']} |
{Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} |
{Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} |