{% extends "base.html" %} {% load filters %} {% load rest_framework %} {% block title %}{{ request.GET.name }}{% endblock %} {% block content %}

Dodaj pytania

{% for i in request.GET.number_of_questions|times %}

Pytanie {{forloop.counter}}













{% endfor %}
{% endblock %}