[% USE pounds = format('%.2f') %] [% IF entitled_to_refund %]
If you cancel this booking you will receive a refund of £[% pounds(property.pending_bulky_collection.get_extra_field_value('payment') / 100) %].
[% ELSIF property.pending_bulky_collection.get_extra_field_value('CHARGEABLE') == 'CHARGED' %]If you cancel this booking you will not receive a refund as it is within 24 hours of the collection.
[% END %]