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