{% extends 'base.html' %} {% load static %} {% block header %} {% include 'components/header.html' %} {% endblock %} {% block content %} {% if user.is_authenticated %}
Username: {{ user.username }}
email: {{ user.email }}
CNIC: {{ user.cnic }}
Phone Number: {{ user.PhoneNo }}