{%extends 'base.html'%} {%block title%}Account | Great API{%endblock%} {%block body%} {%include 'sidebar.html'%}
{%include 'navbar.html' %}

Account

General


Name
{{user_info.name}}
Username
{{user_info.username}}
Email
{{user_info.email}}
Phone Number
{{user_info.contact}}

Delete Account

Are you sure you want to delete your account.

Change Password

Enter the old and new password to change your password.
{%endblock%}