Lines 1-26
Link Here
|
1 |
[%- BLOCK account_type_description -%] |
1 |
[%- BLOCK account_type_description -%] |
2 |
[%- SWITCH account.accounttype -%] |
2 |
[%- SWITCH account.accounttype -%] |
3 |
[%- CASE 'Pay' -%]<span>Payment, thanks</span> |
3 |
[%- CASE 'Pay' -%]<span>Payment, thanks</span> |
4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
4 |
[%- CASE 'Pay00' -%]<span>Payment, thanks (cash via SIP2)</span> |
5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
5 |
[%- CASE 'Pay01' -%]<span>Payment, thanks (VISA via SIP2)</span> |
6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
6 |
[%- CASE 'Pay02' -%]<span>Payment, thanks (credit card via SIP2)</span> |
7 |
[%- CASE 'N' -%]<span>New card</span> |
7 |
[%- CASE 'N' -%]<span>New card</span> |
8 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
8 |
[%- CASE 'OVERDUE' -%]<span>Fine[%- PROCESS account_status_description account=account -%]</span> |
9 |
[%- CASE 'A' -%]<span>Account management fee</span> |
9 |
[%- CASE 'A' -%]<span>Account management fee</span> |
10 |
[%- CASE 'M' -%]<span>Sundry</span> |
10 |
[%- CASE 'M' -%]<span>Sundry</span> |
11 |
[%- CASE 'LOST' -%]<span>Lost item</span> |
11 |
[%- CASE 'LOST' -%]<span>Lost item[%- PROCESS account_status_description account=account -%]</span> |
12 |
[%- CASE 'W' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
12 |
[%- CASE 'W' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
13 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
13 |
[%- CASE 'HE' -%]<span>Hold waiting too long</span> |
14 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
14 |
[%- CASE 'Rent' -%]<span>Rental fee</span> |
15 |
[%- CASE 'FOR' -%]<span>Forgiven[%- PROCESS account_status_description account=account -%]</span> |
15 |
[%- CASE 'FOR' -%]<span>Forgiven[%- PROCESS account_status_description account=account -%]</span> |
16 |
[%- CASE 'LR' -%]<span>Lost item fee refund[%- PROCESS account_status_description account=account -%]</span> |
16 |
[%- CASE 'PF' -%]<span>Lost item processing fee</span> |
17 |
[%- CASE 'PF' -%]<span>Lost item processing fee</span> |
17 |
[%- CASE 'PAY' -%]<span>Payment[%- PROCESS account_status_description account=account -%]</span> |
18 |
[%- CASE 'PAY' -%]<span>Payment[%- PROCESS account_status_description account=account -%]</span> |
18 |
[%- CASE 'WO' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
19 |
[%- CASE 'WO' -%]<span>Writeoff[%- PROCESS account_status_description account=account -%]</span> |
19 |
[%- CASE 'C' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
20 |
[%- CASE 'C' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
20 |
[%- CASE 'LOST_RETURN' -%]<span>Lost item fee refund[%- PROCESS account_status_description account=account -%]</span> |
21 |
[%- CASE 'CR' -%]<span>Credit[%- PROCESS account_status_description account=account -%]</span> |
21 |
[%- CASE 'Res' -%]<span>Hold fee</span> |
22 |
[%- CASE 'Res' -%]<span>Hold fee</span> |
22 |
[%- CASE -%][% account.accounttype | html %] |
23 |
[%- CASE -%][% account.accounttype | html %] |
|
|
24 |
[%- END -%] |
23 |
[%- END -%] |
25 |
[%- END -%] |
24 |
[%- END -%] |
26 |
|
25 |
|