{% extends "base.html" %} {% block title %}Kategoria - {{name}}{% endblock %} {% block content %}

Testy w kategorii {{name}}

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

{% endfor %} {% endblock %}