{% extends "survey/question" %} {% block question %} {% ifnotequal question.extension.style "I" %}

{% endifnotequal %}
{% for choice in question.extension.get_choice_list %} {{ choice|escape }} {% ifequal question.extension.style "RL" %}
{% endifequal %}
{% endfor %} {% if question.extension.na %} N/A {% ifequal question.extension.style "RL" %}
{% endifequal %}
{% endif %} {% if question.extension.other %} Other: {% endif %}
{% endblock %}