HI how are you
{% if question_list %}
{% for question in question_list %}
{{question.question_text}}
{% endfor %}
{% endif %}