{% for field in table[0].input_field %} {% endfor %} {% for row in table[1:] %} {% for option in row.input_field %} {% endfor %} {% endfor %}
{{ field.label }} {{ field.name }}
{{ row.label }} {{ row.name }} {% set select_option = row %} {% include "content/prompt/inputs/selects.html" %}