{% if customer.billing_address_line1 %}
Billing Address
{{ customer.billing_address_line1 }}
{% if customer.billing_address_line2 %}{{ customer.billing_address_line2 }}
{% endif %}
{% if customer.billing_city %}{{ customer.billing_city }}{% endif %}
{% if customer.billing_state %}, {{ customer.billing_state }}{% endif %}
{% if customer.billing_postal_code %} {{ customer.billing_postal_code }}{% endif %}
{% if customer.billing_country %}{{ customer.billing_country }}{% endif %}
{% endif %}
{% if customer.shipping_address_line1 %}
Shipping Address
{{ customer.shipping_address_line1 }}
{% if customer.shipping_address_line2 %}{{ customer.shipping_address_line2 }}
{% endif %}
{% if customer.shipping_city %}{{ customer.shipping_city }}{% endif %}
{% if customer.shipping_state %}, {{ customer.shipping_state }}{% endif %}
{% if customer.shipping_postal_code %} {{ customer.shipping_postal_code }}{% endif %}
{% if customer.shipping_country %}{{ customer.shipping_country }}{% endif %}
{% endif %}
{% endif %}
{% if customer.tax_id_type and customer.tax_id_value %}