{% load wagtailadmin_tags %}
{% if help_text %}
{% icon name="help" class_name="default" %} {{ help_text }}
{% endif %}
{% for child in children.values %}
{% if child.block.label %} {% endif %} {{ child.render_form }}
{% endfor %}