{% extends "base.html" %} {% block title %}My Profile{% endblock %} {% block content %}
{{ user.username }}
Username
{{ user.role|title }}
Account Role
{{ user.phone_number }}
Phone
Update Profile
{% csrf_token %}
Security

Update your password regularly to keep your account secure.

Change Password
{% endblock %}