{% if input.input_type == 'select' %} {% for choice in input.choices %} {{ choice.1 }} {% endfor %} {% else %} {% endif %}