{% extends "base.html" %} {% load filters %} {% load rest_framework %} {% block title %}New Test{% endblock %} {% block content %}

Add questions

{% for i in number_of_questions|times %}

Question {{i}}













{% endfor %}
{% endblock %}