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

Add questions

{% for i in 1|range:4 %}

Question {{i}}













{% endfor %}
{% endblock %}