[%~ CASE 'LOST' ~%]
<span>Lost item</span>
[%~ CASE 'MANUAL' ~%]
<span>Manual fee</span>
<span>[% debit_type.description | html %]</span>
[%~ CASE 'NEW_CARD' ~%]
<span>New card</span>
[%~ CASE 'OVERDUE' ~%]
[%- CASE 'LOST' -%]
[%- CASE 'MANUAL' -%]
[%- CASE 'NEW_CARD' -%]
[%- CASE 'OVERDUE' -%]
-