|
{if $vo2['entitlement_year'] <= $vo['LYO']}
{else}
{/if}
|
{$k} |
{$vo2['entitlement_year']} |
{$vo2['package_name']} |
{$vo2['week_per_year']} |
{if !empty($vo2['package_price'])}{$vo2['package_price']|money}{else}N/A{/if}
|
|
1 Year |
|
|
|
{switch name="vo2['ms_detail_paid']" }
{case value="N" }
{:__('Unpaid')}
{/case}
{case value="W" }
{:__('Short paid')}
{/case}
{case value="P" }
{:__('Paid')}
{/case}
{default /}
{/switch}
|
|
|
{if !empty($vo2['invoice_historys'])}
{volist name="$vo2['invoice_historys']" id="invoice_historys"}
{$invoice_historys['invoice_no']}
{/volist}
{else}
{:__('No Invoice')}
{/if}
|
{/if}
{/volist}