{% if customer.salutation != 'na' %}{{ customer.get_salutation_display }} {% endif %}{{ customer.first_name }} {{ customer.last_name }}
✉: {{ customer.email }}
{% if customer.phone_number %}☎: {{ customer.phone_number }}{% endif %}