| {{ account.id }} |
{{ account.lastname }} |
{{ account.firstname }} |
{{ account.email }} |
{% if account.phoneNumbers.0.countryPrefix is defined %}+{{ account.phoneNumbers.0.countryPrefix }}{% endif %}
{% if account.phoneNumbers.0.countyPrefix is defined %} {{ account.phoneNumbers.0.countyPrefix }}{% endif %}
{% if account.phoneNumbers.0.number is defined %} {{ account.phoneNumbers.0.number }}{% endif %}
|
|
{% endfor %}