Kontakte
Angemeldet als {{ current_user }}
{% if is_admin %}(Admin, sieht alle Accounts){% else %}(Account: {{ account_name }}){% endif %}
· {{ contacts|length }} Kontakte (max. 200 angezeigt)
| Name | Organisation | Geburtstag | {% if is_admin %}Account | {% endif %}
{% for c in contacts %}
| {{ c.full_name or "-" }} |
{{ c.organization or "-" }} |
{{ c.birthday or "-" }} |
{% if is_admin %}{{ c.account }} | {% endif %}
{% endfor %}