Waybill{{ entity.waybill|trim }}
Date{% if entity.date is not null %} {{ entity.date|date("Y/m/d") }} {% endif %}
Sender{{ entity.sender|trim }}
Orig{{ entity.orig|trim }}
Recipient{{ entity.recipient|trim }}
Final Dest{{ entity.finalDest|trim }}
Description{{ entity.description }}
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, '.', '') }}
Delivery{{ entity.delivery|number_format(2, '.', '') }}
Doc Fee{{ entity.docFee|number_format(2, '.', '') }}
Collect{{ entity.collect|number_format(2, '.', '') }}
Fuel Levy{{ entity.fuelLevy|number_format(2, '.', '') }}
Priority Service{{ entity.priorityService|number_format(2, '.', '') }}
Discount{{ entity.discount|number_format(2, '.', '') }}
Sub Total{{ entity.subTotal|number_format(2, '.', '') }}
VAT{{ entity.vat|number_format(2, '.', '') }}
Total{{ entity.total|number_format(2, '.', '') }}