{% load static %}
{%if activity%}
Student
Is Fullscreen
Questions Attempted
Status
{%for user, value in activity.items%} {%if value.1 == "false" %}
{%else%}
{%endif%}
{{ user }}
{{ value.1 }}
{{ value.0 }}
{%endfor%}
{%else%}
No students are currently attempting this quiz.
{%endif%}