{# 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 %}
  1. {{ option_value }}
  2. {% endfor %} {# Close the ordered list and add the 'add option' button. #}