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