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

Question {{ forloop.counter }} of {{ count }}

{{i.questionId}}

{{i.question}}

{%endfor%}