{% for account in accounts %} {% endfor %}
UserID Nachname Vorname E-Mail Adresse Telefonnummer Optionen
{{ 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 %}
Neuen User anlegen