Waybill{{ entity.waybill|trim }}
Sender Ref{{ entity.senderRef|trim }}
Date{% if entity.date is not null %} {{ entity.date|date("Y/m/d") }} {% endif %}
Sender{{ entity.sender|trim }}
From Code{{ entity.fromCode|trim }}
Receiver{{ entity.receiver|trim }}
To Code{{ entity.toCode|trim }}
Service{{ entity.service }}
Actual Mass{{ entity.actualMass|number_format(2, '.', '') }}
Mass Charged{{ entity.massCharged|number_format(2, '.', '') }}
Pieces{{ entity.pieces|trim }}
Inv Value{{ entity.invValue|number_format(2, '.', '') }}
Freight{{ entity.freight }}
Doc{{ entity.docFee|number_format(2, '.', '') }}
Fuel{{ entity.fuel|number_format(2, '.', '') }}
Insurance{{ entity.insurance|number_format(2, '.', '') }}
Sub Total{{ entity.subTotal|number_format(2, '.', '') }}
VAT{{ entity.vat|number_format(2, '.', '') }}
Total{{ entity.total|number_format(2, '.', '') }}