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

Welcome in SOITA

{% for test in tests %}

{{test.name}}
Passing score: {{test.passing_score}}
Category: {{test.category.name}}

{% endfor %} {% endblock %}