{{ order.recipient_name }}
{{ order.address_line1 }}
{% if order.address_line2 %}
{{ order.address_line2 }}
{% endif %}
{% if order.address_line3 %}
{{ order.address_line3 }}
{% 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 %}
{% if order.recipient_email %}
Email: {{ order.recipient_email }}
{% endif %}