{{ customer.customer_name }}
{% if customer.address_1 %}{{ customer.address_1 }}
{% endif %}
{% if customer.address_2 %}{{ customer.address_2 }}
{% endif %}
{% if customer.get_cszc %}{{ customer.get_cszc }}
{% endif %}
{% if customer.phone %}{{ customer.phone }}
{% endif %}
{% if customer.email %}{{ customer.email }}
{% endif %}
{% if customer.website %}{{ customer.website }}
{% endif %}