{% extends 'base.html' %} {% block title %}User{% endblock %} {% block content %}

User details {{ user.username }}

Some functions do not work yet!

Settings

Change Password

Delete Account

{% endblock %}