{% load wagtailadmin_tags %}
{% if help_text %}
{% icon name="help" classname="default" %} {{ help_text }}
{% endif %}
{{ children.header.render_form }}
{% for child in children.values %} {% if child.block.name != 'items' and child.block.name != 'header' and 'include' not in child.block.name %}
{% if child.block.label %} {% endif %} {{ child.render_form }}
{% endif %} {% endfor %}
{% for child in children.values %} {% if 'include' in child.block.name %}
{{ child.render_form }}
{% endif %} {% endfor %}