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

Welcome back, {{name}}

contact:{{phone_number}}

ID: {{email_ID}}

address: {{address}}

{% load static %}

Tests Given

2,784

Rank

456

Questions Solved

4,901

Recent Interactions

  • Roselynn Smith followed you.

  • Jonathan Hawkins followed you.

  • Gracie Jenkins followed you.

Your Inbox

  • From Roselyn Smith NEW 7:42 A.M.

  • From Jonathan Hawkins 10:42 A.M.

  • From Georgia Jennings 10:42 A.M.

Trending

47LabsDesign

An Awesome Title

Posted Today | 10:42 A.M.

47 137

47LabsDesign

An Awesome Title

Posted Today | 10:42 A.M.

47 137

TAKE a TEST

{% csrf_token %}

    {% csrf_token %} {{ username }} {% for question, options in data.questions.items %}
  1. Question : {{ question }}
  2. {% for option in options %} {{ option.2 }}
    {% endfor %} {% endfor %}
{%endblock%}