+
+
+
+
+ {$_L['Plan_Name']} |
+ {Lang::T('Gateway')} |
+ {Lang::T('Routers')} |
+ {$_L['Type']} |
+ {$_L['Plan_Price']} |
+ {$_L['Created_On']} |
+ {$_L['Expires_On']} |
+ {Lang::T('Date Done')} |
+ {$_L['Method']} |
+
+
+
+ {foreach $d as $ds}
+
+ {$ds['plan_name']} |
+ {$ds['gateway']} |
+ {$ds['routers']} |
+ {$ds['payment_channel']} |
+ {number_format($ds['price'],2,$_c['dec_point'],$_c['thousands_sep'])} |
+ {date("{$_c['date_format']} H:i", strtotime($ds['created_date']))} |
+ {date("{$_c['date_format']} H:i", strtotime($ds['expired_date']))} |
+ {if $ds['status']!=1}{date("{$_c['date_format']} H:i", strtotime($ds['paid_date']))}{/if} |
+ {if $ds['status']==1}{$_L['UNPAID']}
+ {elseif $ds['status']==2}{$_L['PAID']}
+ {elseif $ds['status']==3}{$_L['FAILED']}
+ {elseif $ds['status']==4}{$_L['CANCELED']}
+ {elseif $ds['status']==5}{$_L['UNKNOWN']}{/if} |
+
+ {/foreach}
+
+
+
+ {$paginator['contents']}
+