{% extends "base/base.html" %} {% load static %} {% block title %} Profile {% endblock title %} {% block page_heading %} Profile {% endblock page_heading %} {% block main_content %}
{{ request.user.username }}
“{{ user_group }}” group | {{ email }}
Username: {{ request.user.username }}
Preferred name: {{ form.first_name }}
(Note: your username may appear to other users, in URLs and other places: we're working on fixing this, patience please)
Email: {{ form.email }}