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

Profile

Username: {{ user_profile.user.username }}

Correct Answers: {{ score }}

{% if not user_profile.test_attempted %} Start Test {% endif %}
{% endblock %}