{% extends "base/base.html" %} {% load static %} {% block title %} Profile - {{ user.username }} {% endblock title %} {% block page_heading %} Profile - {{ user.username }} {% endblock page_heading %} {% block main_content %}
{{ user.username }}
Groups: {{ user_groups }} | {{ user.email }}
(Some choices imply others; read more about user groups in Plom's documentation.)