{% if question.question_type == 1 %}

{{ question.question_text }}

Select
{% if question.options.exists %}
{% for option in question.options.all %} {% endfor %}
{% endif %}
{% elif question.question_type == 2 %}
{% elif question.question_type == 3 %}
{% endif %}