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

Twoje testy

{% for test in tests %}
{{tournament.name}}

{% endfor %} {% endblock %}