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

{% endifnotequal %}
{% for choice in question.extension.get_multichoice_list %} {{ choice.label|escape }} {% ifequal question.extension.style "CL" %}
{% endifequal %}
{% endfor %} {% if question.extension.other %} Other: {% endif %}
{% endblock %}