{% load wagtailadmin_tags wagtailcharts_tags %}
{% regroup children.values|dictsort:"block.meta.group" by block.meta.group as children_groups %}
{% for group in children_groups %}
{% endfor %}
{% for group in children_groups %}
{% for child in group.list %}
{% if child.block.label %}
{% endif %}
{{ child.render_form }}