Container No | {{ entity.containerNo }} |
Carrier | {{ entity.carrier }} |
Rate | {% if entity.rate == 9999.99 %}SPC{% else %}{{ entity.rate|number_format(2, '.', '') }}{% endif %} |
Total Mass | {{ entity.totalMass|number_format(2, '.', '') }} |
Amount Ex VAT | {{ entity.getAmountExVat|number_format(2, '.', '') }} |
Amount VAT | {{ entity.getAmountVat|number_format(2, '.', '') }} |
Amount Inc VAT | {{ entity.getAmountIncVat|number_format(2, '.', '') }} |