{% extends 'base.html' %} {% block main %}

You are logged in as {{ user.username }}

Logout
{% if can_create_domain %}

Create domain

Active domains you can see

{% endif %} {% if other_users %}

Other users you have permission to see on your own domain

{% endif %}
{% endblock %}