{% load static %}
{% csrf_token %}
{% for i in questions%}

{{i.questionId}}

{{i.question}}

{%endfor%}