{% extends "base.html" %} {% block title %}Stwórz turniej{% endblock %} {% block content %}

Stwórz turniej

{% for question in questions %}
{{ question.description }}
{% for answer in question.answers.all %} {% endfor %}
{% endfor %}
{% endblock %}