{% if question_count %}
{% for i in range(1, question_count + 1) %}
{% if i <= progress.question %} {% else %}
{% endif %}
{% endfor %}
{% endif %}