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

Twoje testy

{% for test in tests %}
{{test.name}}
Kategoria: {{test.category}}
Próg zaliczenia: {{test.passing_score}}
Ilość pytań: {{test.questions|length}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus volutpat scelerisque tortor, id sodales leo finibus id. Vivamus id viverra nunc, ac faucibus metus. Nulla a mauris imperdiet sapien lobortis dapibus. Quisque ornare posuere pulvinar.

{% endfor %} {% endblock %}