{% extends "base.html" %} {% block title %}Główna{% endblock %} {% block content %}

Rozwiąż sobie jakiś test!

{% for test in tests %}
{{test.name}}
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
Ilość pytań: {{test.questions|length}}

{% endfor %} {% endblock %}