{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}

Your history

{% for test in tests %}
{{test.name}}
Your score: {{test.score}}
Passing score: {{test.passing_score}}
Max score: {{test.max}}
Percentage: {{test.percentage}}

{% endfor %} {% endblock %}