{% load wagtailadmin_tags %} {# cf. https://docs.wagtail.org/en/stable/advanced_topics/customisation/streamfield_blocks.html#custom-editing-interfaces-for-structblock #}
{% 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 %}