Waybill{{ entity.waybill|trim }}
Cust Ref{{ entity.custRef|trim }}
Date{% if entity.date is not null %} {{ entity.date|date("Y/m/d") }} {% endif %}
Sender{{ entity.sender|trim }}
Orig Code{{ entity.origCode|trim }}
Recipient{{ entity.recipient|trim }}
Dest Code{{ entity.destCode|trim }}
Service{{ entity.service }}
Actual Mass{{ entity.actualMass|number_format(2, '.', '') }}
Mass Charged{{ entity.massCharged|number_format(2, '.', '') }}
Pieces{{ entity.pieces|trim }}
Basic{{ entity.basic|number_format(2, '.', '') }}
Surcharges{{ entity.surcharges }}
Insurance{{ entity.insurance|number_format(2, '.', '') }}
Outly{{ entity.outly|number_format(2, '.', '') }}
Fuel Percentage{{ entity.fuel|number_format(2, '.', '') }}
Other{{ entity.other|number_format(2, '.', '') }}
Sub Total{{ entity.subTotal|number_format(2, '.', '') }}
VAT{{ entity.vat|number_format(2, '.', '') }}
Total{{ entity.total|number_format(2, '.', '') }}