{% extends 'quiz/base.html' %} {% load static %} {% load quiz_extras %} {% block content %} {% include 'quiz/_header.html' with active='profile' %}
@{{ student.user.email}}
Email{{student.user.email}}
Username{{student.user.username}}
Fullname{{student.user.get_full_name}}
POINTS{{student.score}}

Top Subjects

{% for subject in subjects %} {{subject.quiz__subject__name}} x {{subject.score}} {% endfor %} {% endblock %}