{% block content %} username: {{ user.username }}
cloak: {{ profile.hostmask }}
groups:
{% for g in user.groups.all %} {{ g.name }}
{% endfor %} {% endblock %}