{% extends 'base.html' %} {% block title %} Profile Page {% endblock %} {% block body_block %}

Your Profile

{% if user.user_profile %}

Change Profile Pic {% else %}
Change Profile Pic {% endif %}

Username : {{ user.username }}

Email : {{ user.email }}

Name : {{ user.first_name }} {{ user.last_name }}


Change Profile Info {% endblock %}