{% for group in groups %} {% if group.label %} {{ group.label }} {% for option in group.options %} {% endfor %} {% else %} {% for option in group.options %} {% endfor %} {% endif %} {% endfor %}