|
Lines 1-33
Link Here
|
| 1 |
[%- BLOCK account_type_description -%] |
1 |
[%- BLOCK account_type_description -%] |
| 2 |
<span> |
2 |
<span> |
| 3 |
[%- IF account.credit_type_code -%] |
3 |
[%- IF account.credit_type_code -%] |
| 4 |
[%- SWITCH account.credit_type_code -%] |
4 |
[%- PROCESS credit_type_description credit_type = account.credit_type -%] |
| 5 |
[%- CASE 'PAYMENT' -%]Payment |
|
|
| 6 |
[%- CASE 'WRITEOFF' -%]Writeoff |
| 7 |
[%- CASE 'FORGIVEN' -%]Forgiven |
| 8 |
[%- CASE 'CREDIT' -%]Credit |
| 9 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
| 10 |
[%- CASE 'Refund' -%]Refund |
| 11 |
[%- CASE -%][% account.credit_type.description | html %] |
| 12 |
[%- END -%] |
| 13 |
[%- ELSIF account.debit_type_code -%] |
5 |
[%- ELSIF account.debit_type_code -%] |
| 14 |
[%- SWITCH account.debit_type_code -%] |
6 |
[%- PROCESS debit_type_description debit_type = account.debit_type -%] |
| 15 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
|
|
| 16 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
| 17 |
[%- CASE 'LOST' -%]Lost item |
| 18 |
[%- CASE 'MANUAL' -%]Manual fee |
| 19 |
[%- CASE 'NEW_CARD' -%]New card |
| 20 |
[%- CASE 'OVERDUE' -%]Fine |
| 21 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
| 22 |
[%- CASE 'RENT' -%]Rental fee |
| 23 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
| 24 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
| 25 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
| 26 |
[%- CASE 'RESERVE' -%]Hold fee |
| 27 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
| 28 |
[%- CASE 'Payout' -%]Payout |
| 29 |
[%- CASE -%][% account.debit_type.description | html %] |
| 30 |
[%- END -%] |
| 31 |
[%- END -%] |
7 |
[%- END -%] |
| 32 |
[%- PROCESS account_status_description account=account -%] |
8 |
[%- PROCESS account_status_description account=account -%] |
| 33 |
</span> |
9 |
</span> |
|
Lines 58-60
Link Here
|
| 58 |
[%- CASE -%] |
34 |
[%- CASE -%] |
| 59 |
[%- END -%] |
35 |
[%- END -%] |
| 60 |
[%- END -%] |
36 |
[%- END -%] |
|
|
37 |
|
| 38 |
[%- BLOCK debit_type_description -%] |
| 39 |
[%- SWITCH debit_type.code -%] |
| 40 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
| 41 |
[%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee |
| 42 |
[%- CASE 'LOST' -%]Lost item |
| 43 |
[%- CASE 'MANUAL' -%]Manual fee |
| 44 |
[%- CASE 'NEW_CARD' -%]New card |
| 45 |
[%- CASE 'OVERDUE' -%]Fine |
| 46 |
[%- CASE 'PROCESSING' -%]Lost item processing fee |
| 47 |
[%- CASE 'RENT' -%]Rental fee |
| 48 |
[%- CASE 'RENT_DAILY' -%]Daily rental fee |
| 49 |
[%- CASE 'RENT_RENEW' -%]Renewal of rental item |
| 50 |
[%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item |
| 51 |
[%- CASE 'RESERVE' -%]Hold fee |
| 52 |
[%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long |
| 53 |
[%- CASE 'Payout' -%]Payout |
| 54 |
[%- CASE -%][% debit_type.description | html %] |
| 55 |
[%- END -%] |
| 56 |
[%- END -%] |
| 57 |
|
| 58 |
[%- BLOCK credit_type_description -%] |
| 59 |
[%- SWITCH credit_type.code -%] |
| 60 |
[%- CASE 'PAYMENT' -%]Payment |
| 61 |
[%- CASE 'WRITEOFF' -%]Writeoff |
| 62 |
[%- CASE 'FORGIVEN' -%]Forgiven |
| 63 |
[%- CASE 'CREDIT' -%]Credit |
| 64 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
| 65 |
[%- CASE 'Refund' -%]Refund |
| 66 |
[%- CASE -%][% credit_type.description | html %] |
| 67 |
[%- END -%] |
| 68 |
[%- END -%] |