{%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 Created

{{ test_created}}

Personal Questions

{{ personal_questions}}

{%endblock%}