{% extends "layout.html" %} {% block content %}

Results For {{student_name}}

{% for attempt in student_attempts %} {% endfor %}
Attempt Score Time Taken Attempt Date
{{ attempt.attempt_id }} {{ attempt.score }} {{ attempt.time_taken }} {{ attempt.attempt_date.split('T')[0] if attempt.attempt_date }}
{% endblock content %}