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

Historia testu: {{name}}

{% for test in tests %}
Twój wynik: {{test.score}}
Próg zaliczenia: {{test.passing_score}}
Maksymalny wynik: {{test.max}}
Wynik procentowy: {{test.percentage}}%

{% endfor %} {% endblock %}