@@ -133,13 +133,13 @@
{foreach $d as $ds}
{$ds['name_plan']} |
- {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}Postpaid{else}Prepaid{/if} |
+ {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}{Lang::T('Postpaid')}{else}{Lang::T('Prepaid')}{/if} |
{$ds['name_bw']} |
{Lang::moneyFormat($ds['price'])} |
{$ds['validity']} {$ds['validity_unit']} |
{$ds['pool']} |
{if $ds['plan_expired']}Yes{else}No
+ href="{$_url}services/edit/{$ds['plan_expired']}">{Lang::T('Yes')}{else}{Lang::T('No')}
{/if} |
{if $ds['prepaid'] == no}{$ds['expired_date']}{/if} |
@@ -168,12 +168,12 @@
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
|