You are logged in as {{ user.username }}
{% if can_create_domain %}Create domain
Active domains you can see
-
{% for domain in domains %}
- {{ domain.name }} {% endfor %}
Other users you have permission to see on your own domain
-
{% for user in other_users %}
- {{ user.mail }} {% endfor %}