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