{% extends "base/base.html" %} {% load static %} {% block title %} Profile {% endblock title %} {% block page_heading %} Profile {% endblock page_heading %} {% block main_content %}

{{ request.user.first_name }}

{{ request.user.username }}

Groups: {{ user_groups }}| {{ email }}

{% csrf_token %}

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 }}


Change Password
{% endblock main_content %}