|
Lines 176-181
Link Here
|
| 176 |
[%- CASE 'FORGIVEN' -%]Forgiven |
176 |
[%- CASE 'FORGIVEN' -%]Forgiven |
| 177 |
[%- CASE 'CREDIT' -%]Credit |
177 |
[%- CASE 'CREDIT' -%]Credit |
| 178 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
178 |
[%- CASE 'LOST_FOUND' -%]Lost item fee refund |
|
|
179 |
[%- CASE 'REFUND' -%]Refund |
| 179 |
[%- CASE -%][% account.credit_type.description | html %] |
180 |
[%- CASE -%][% account.credit_type.description | html %] |
| 180 |
[%- END -%] |
181 |
[%- END -%] |
| 181 |
[%- ELSIF account.debit_type_code -%] |
182 |
[%- ELSIF account.debit_type_code -%] |
|
Lines 196-201
Link Here
|
| 196 |
[%- CASE -%][% account.debit_type.description | html %] |
197 |
[%- CASE -%][% account.debit_type.description | html %] |
| 197 |
[%- END -%] |
198 |
[%- END -%] |
| 198 |
[%- END -%] |
199 |
[%- END -%] |
|
|
200 |
[%- PROCESS account_status_description account=account -%] |
| 201 |
</span> |
| 202 |
[%- END # /BLOCK account_type_description -%] |
| 203 |
|
| 204 |
[%- BLOCK account_status_description -%] |
| 199 |
[%- SWITCH account.status -%] |
205 |
[%- SWITCH account.status -%] |
| 200 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
206 |
[%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> |
| 201 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
207 |
[%- CASE 'RETURNED' -%]<span> (Returned)</span> |
|
Lines 205-209
Link Here
|
| 205 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
211 |
[%- CASE 'LOST' -%]<span> (Lost)</span> |
| 206 |
[%- CASE -%] |
212 |
[%- CASE -%] |
| 207 |
[%- END -%] |
213 |
[%- END -%] |
| 208 |
</span> |
214 |
[%- END # /BLOCK account_status_description -%] |
| 209 |
[%- END -%] |
|
|