{% load get_paper_post_values %} {% load safe_cycle %} {% if question.type == 'text-box' %} {% elif question.type == 'text-area' %} {% elif question.type == 'select' %} {% for option in question.get_options %}
{% endfor %} {% elif question.type == 'multi-select' %} {% for option in question.get_options %}
{% endfor %} {% elif question.type == 'true-false' %}
{% else %} {% endif %}