{% extends "base/base.html" %} {% load static %} {% block title %} Profile {% endblock title %} {% block page_heading %} Profile {% endblock page_heading %} {% block main_content %}
{{ request.user.username }}
Groups: {{ user_groups }} | {{ request.user.email }}