{% load static %}

{{questions.quizId}}Question {{ questions.end_index }} of {{count}}

{% for i in questions%}

{{i.quizId}}

{{i.questionId}}

{{i.question}}

{%endfor%}
{% if questions.has_next %} {% else %} {% endif %}