{%extends 'base2.html'%} {%block title%} profile {%endblock%} {%block head%} {% load static %} {%endblock%} {%block body%}

Welcome back, {{name}}

{% if phone_number %}

contact:{{phone_number}}

{% endif%} {% if email_ID%}

ID: {{email_ID}}

{% endif %} {% if address%}

address: {{address}}

{% endif %}
{% load static %}

Tests Given

{{tests_given}}

Q Solved

{{question_solved}}

Best Rank

5

TAKE a TEST

{%endblock%}