Files
mitrobill/ui/ui/autoload.tpl
Ibnu Maksum ca0edb4e17 Postpaid
2024-03-13 14:32:10 +07:00

4 lines
269 B
Smarty

<option value="">Select Plans</option>
{foreach $d as $ds}
<option value="{$ds['id']}">{if $ds['enabled'] neq 1}DISABLED PLAN &bull; {/if}{$ds['name_plan']} &bull; {Lang::moneyFormat($ds['price'])}{if $ds['prepaid'] neq 'yes'} &bull; POSTPAID {/if}</option>
{/foreach}