{% for question in questions %} {% if question.type == 1 %} {% include 'singleResponse.html' %} {% elseif question.type == 2 %} {% include 'scale.html' %} {% elseif question.type == 4 %} {% include 'open.html' %} {% else %}