Lines 9-42
Link Here
|
9 |
</span> |
9 |
</span> |
10 |
[%- END -%] |
10 |
[%- END -%] |
11 |
|
11 |
|
12 |
[%- BLOCK offset_type_description -%] |
|
|
13 |
[%- SWITCH account_offset.type -%] |
14 |
[%- CASE 'Credit Applied' -%]<span>Credit applied</span> |
15 |
[%- CASE 'Payment' -%]<span>Payment</span> |
16 |
[%- CASE 'Manual Credit' -%]<span>Manual credit</span> |
17 |
[%- CASE 'Manual Debit' -%]<span>Manual invoice</span> |
18 |
[%- CASE 'Lost Item' -%]<span>Lost item returned</span> |
19 |
[%- CASE 'Writeoff' -%]<span>Writeoff</span> |
20 |
[%- CASE 'Void Payment' -%]<span>Void payment</span> |
21 |
[%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span> |
22 |
[%- CASE -%][% account_offset.type | html %] |
23 |
[%- END -%] |
24 |
[%- END -%] |
25 |
|
26 |
[%- BLOCK account_status_description -%] |
27 |
[%- SWITCH account.status -%] |
28 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
29 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
30 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
31 |
[%- CASE 'REFUNDED' -%]<span> (Refunded)</span> |
32 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
33 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
34 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
35 |
[%- CASE 'CANCELLED' -%]<span> (Cancelled)</span> |
36 |
[%- CASE -%] |
37 |
[%- END -%] |
38 |
[%- END -%] |
39 |
|
40 |
[%- BLOCK debit_type_description -%] |
12 |
[%- BLOCK debit_type_description -%] |
41 |
[%- SWITCH debit_type.code -%] |
13 |
[%- SWITCH debit_type.code -%] |
42 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
14 |
[%- CASE 'ACCOUNT' -%]Account creation fee |
Lines 59-72
Link Here
|
59 |
|
31 |
|
60 |
[%- BLOCK credit_type_description -%] |
32 |
[%- BLOCK credit_type_description -%] |
61 |
[%- SWITCH credit_type.code -%] |
33 |
[%- SWITCH credit_type.code -%] |
62 |
[%- CASE 'PAYMENT' -%]Payment |
34 |
[%- CASE 'PAYMENT' -%]Payment |
63 |
[%- CASE 'WRITEOFF' -%]Writeoff |
35 |
[%- CASE 'WRITEOFF' -%]Writeoff |
64 |
[%- CASE 'FORGIVEN' -%]Forgiven |
36 |
[%- CASE 'FORGIVEN' -%]Forgiven |
65 |
[%- CASE 'CREDIT' -%]Credit |
37 |
[%- CASE 'CREDIT' -%]Credit |
66 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
38 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
67 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
39 |
[%- CASE 'OVERPAYMENT' -%]Overpayment refund |
68 |
[%- CASE 'REFUND' -%]Refund |
40 |
[%- CASE 'REFUND' -%]Refund |
69 |
[%- CASE 'CANCELLATION' -%]Cancelled charge |
41 |
[%- CASE 'CANCELLATION' -%]Cancelled charge |
70 |
[%- CASE -%][% credit_type.description | html %] |
42 |
[%- CASE -%][% credit_type.description | html %] |
|
|
43 |
[%- END -%] |
44 |
[%- END -%] |
45 |
|
46 |
[%- BLOCK account_status_description -%] |
47 |
[%- SWITCH account.status -%] |
48 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
49 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
50 |
[%- CASE 'REPLACED' -%]<span> (Replaced)</span> |
51 |
[%- CASE 'REFUNDED' -%]<span> (Refunded)</span> |
52 |
[%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> |
53 |
[%- CASE 'VOID' -%]<span> (Voided)</span> |
54 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
55 |
[%- CASE 'CANCELLED' -%]<span> (Cancelled)</span> |
56 |
[%- CASE -%] |
57 |
[%- END -%] |
58 |
[%- END -%] |
59 |
|
60 |
[%- BLOCK offset_type_description -%] |
61 |
[%- SWITCH account_offset.type -%] |
62 |
[%- CASE 'Credit Applied' -%]<span>Credit applied</span> |
63 |
[%- CASE 'Payment' -%]<span>Payment</span> |
64 |
[%- CASE 'Manual Credit' -%]<span>Manual credit</span> |
65 |
[%- CASE 'Manual Debit' -%]<span>Manual invoice</span> |
66 |
[%- CASE 'Lost Item' -%]<span>Lost item returned</span> |
67 |
[%- CASE 'Writeoff' -%]<span>Writeoff</span> |
68 |
[%- CASE 'Void Payment' -%]<span>Void payment</span> |
69 |
[%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span> |
70 |
[%- CASE -%][% account_offset.type | html %] |
71 |
[%- END -%] |
71 |
[%- END -%] |
72 |
[%- END -%] |
72 |
[%- END -%] |