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

Rozwiąż jakiś test!

{% for test in tests %}
{{test.name}}
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
Liczba pytań: {{test.question_count}}
{# #}

{% endfor %} {% endblock %}