{{ order.recipient_name }}
{{ order.address_line1 }}
{% if order.address_line2 %}
{{ order.address_line2 }}
{% endif %}
{{ order.postal_code }} {{ order.city }}
{% if order.address_state %}
{{ order.address_state }}
{% endif %}
{{ order.destination_country }}
{% if order.recipient_phone %}
Tel: {{ order.recipient_phone }}
{% endif %}
Weight:
{{ order.shipment_gross_weight }}g
Value:
{{ order.shipment_amount }} {{ order.shipment_currency }}
Product:
{{ order.product_type }}
{% if order.awb_number %}
AWB:
{{ order.awb_number }}
{% elif order.barcode %}
Barcode:
{{ order.barcode }}
{% endif %}