{%extends 'base.html'%} {%block title%}Account | Great API{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html' %} Dashboard Account Account General Edit 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. Delete Change Password Enter the old and new password to change your password. Change Password {%endblock%}