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

Add questions

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

Question {{forloop.counter}}













{% endfor %}
{% endblock %}