{# Drop-down setting whether question is required #}
{# Drop-down setting whether question allows comments #}
{# Question type drop-down #}
{# Render widget drop-down #}
{# Each choice field has a hidden input where its options' order is stored. #}
{# Open the ordered list. #}
{# Template for each option #}
{% for i, option_value in choices.items %}
{{ option_value }}
{% endfor %}
{# Close the ordered list and add the 'add option' button. #}