{% load static %}

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

{% for i in questions%}

{{i.question}}

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