| {{ customer.id }} |
{{ customer.company }} |
{% if customer.addresses.0.city is defined %}{{ customer.addresses.0.city }}{% endif %}
|
{% if customer.phoneNumbers.0.countryPrefix is defined %}+{{ customer.phoneNumbers.0.countryPrefix }}{% endif %}
{% if customer.phoneNumbers.0.countyPrefix is defined %} {{ customer.phoneNumbers.0.countyPrefix }}{% endif %}
{% if customer.phoneNumbers.0.number is defined %} {{ customer.phoneNumbers.0.number }}{% endif %}
|
{{ customer.website }}
|
{% if customer.firstFilterAccount.0.firstname is defined %}{{ customer.firstFilterAccount.0.firstname }}{% endif %}{% if customer.firstFilterAccount.0.lastname is defined %} {{ customer.firstFilterAccount.0.lastname }}{% endif %}
|
{% if customer.secondFilterAccount.0.firstname is defined %}{{ customer.secondFilterAccount.0.firstname }}{% endif %}{% if customer.secondFilterAccount.0.lastname is defined %} {{ customer.secondFilterAccount.0.lastname }}{% endif %}
|
{% if customer.implementerAccount.0.firstname is defined %}{{ customer.implementerAccount.0.firstname }}{% endif %}{% if customer.implementerAccount.0.lastname is defined %} {{ customer.implementerAccount.0.lastname }}{% endif %}
|
{% for contactDataManager in customer.contactDataManagers %}{% if loop.index > 1 %}, {% endif %}{{ contactDataManager.firstname }} {{ contactDataManager.lastname }}{% endfor %}
|
|
{% endfor %}