{% if mode == "native" %} {% for group in groups %} {% if group.label %} {% for option in group.options %} {% endfor %} {% else %} {% for option in group.options %} {% endfor %} {% endif %} {% endfor %} {% else %} {% for group in groups %} {% if group.label %} {{ group.label }} {% for option in group.options %} {{ option.label }} {% endfor %} {% else %} {% for option in group.options %} {{ option.label }} {% endfor %} {% endif %} {% endfor %} {% endif %}