{% for group_name,options,index in widget.optgroups %}
{% if group_name == 'Groups' %}

Selected groups become direct children. Removing a child moves it to the top level.

{% else %}

Select the {{ group_name|lower }} that belong directly to this group.

{% endif %} {% if not options %}

No editable {{ group_name|lower }} available.

{% endif %}
{% endfor %}